Skip to content

Commit

Permalink
docs: reference correct parameter names in token functions
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Hakim Damer <hdamer@uni-bremen.de>
  • Loading branch information
falko17 and pulsastrix authored Nov 6, 2022
1 parent 37c1833 commit 974917a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ pub trait CoseEncryptCipher {
add_common_cipher_functionality![Self::EncryptKey];
}

/// Intended for ciphers which encrypt for multiple recipients.
/// Intended for ciphers which can encrypt for multiple recipients.
/// For this purpose, a method must be provided which generates the Content Encryption Key.
///
/// If these recipients each use different key types, you can use an enum to represent them.
Expand Down

0 comments on commit 974917a

Please sign in to comment.