Skip to content

Commit

Permalink
Add third slash
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Jan 18, 2024
1 parent 0b84ce7 commit 86a8849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openmls/src/ciphersuite/hpke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ impl From<CryptoError> for Error {
}
}

// Context for HPKE encryption
/// Context for HPKE encryption
#[derive(Debug, Clone, TlsSerialize, TlsDeserialize, TlsDeserializeBytes, TlsSize)]
pub struct EncryptContext {
label: VLBytes,
context: VLBytes,
}

// Context for HPKE encryption
/// Context for HPKE encryption
impl EncryptContext {
/// Create a new [`EncryptContext`] from a string label and the content bytes.
pub fn new(label: &str, context: VLBytes) -> Self {
Expand Down

0 comments on commit 86a8849

Please sign in to comment.