Skip to content

Commit

Permalink
address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rockspore committed Oct 21, 2023
1 parent 53d7a5b commit ef1dae2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// mutated if copy_key is set to false.
//- key_size: the size of symmetric key.
//- copy_key: when true, the given key will not be mutated and a copy of it
// will be made for the underlying encrypter. If false, the caller must ensure
// will be made for the underlying crypter. If false, the caller must ensure
// the given key is available throughout the lifetime of the record_protocol.
//- is_rekey: use rekeying AEAD crypter.
//- is_client: a flag indicating if the protector will be used at client or
Expand Down

0 comments on commit ef1dae2

Please sign in to comment.