Skip to content

Commit

Permalink
Add missing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Jan 18, 2024
1 parent 040fc35 commit e0a7e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openmls/src/ciphersuite/hpke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ pub struct EncryptContext {
context: VLBytes,
}

// 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 e0a7e9d

Please sign in to comment.