Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Jun 21, 2024
1 parent 53c553a commit 1fd55b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/aws/crt/crypto/SymmetricCipher.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ namespace Aws

/**
* Returns the key used for this cipher. This key is not copied from the cipher so do not mutate this
* data. Copy if if you need to pass it around anywhere.
* data. Copy if you need to pass it around anywhere.
*/
ByteCursor GetKey() const noexcept;

/**
* Returns the initialization vector used for this cipher.
* This IV is not copied from the cipher so do not mutate this
* data. Copy if if you need to pass it around anywhere.
* data. Copy if you need to pass it around anywhere.
*/
ByteCursor GetIV() const noexcept;

Expand Down

0 comments on commit 1fd55b6

Please sign in to comment.