pub fn make_key_package_ref(
value: &[u8],
ciphersuite: Ciphersuite,
crypto: &impl OpenMlsCrypto,
) -> Result<KeyPackageRef, CryptoError>
Expand description
Compute a new KeyPackageRef
value for a value
.
pub fn make_key_package_ref(
value: &[u8],
ciphersuite: Ciphersuite,
crypto: &impl OpenMlsCrypto,
) -> Result<KeyPackageRef, CryptoError>
Compute a new KeyPackageRef
value for a value
.