diff --git a/openmls/src/ciphersuite/hpke.rs b/openmls/src/ciphersuite/hpke.rs index 7f68a31280..ba8f5dccae 100644 --- a/openmls/src/ciphersuite/hpke.rs +++ b/openmls/src/ciphersuite/hpke.rs @@ -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 {