pub fn make_proposal_ref(
value: &[u8],
ciphersuite: Ciphersuite,
crypto: &impl OpenMlsCrypto,
) -> Result<ProposalRef, CryptoError>Available on 32-bit or 64-bit only.
Expand description
Compute a new ProposalRef value for a value.
pub fn make_proposal_ref(
value: &[u8],
ciphersuite: Ciphersuite,
crypto: &impl OpenMlsCrypto,
) -> Result<ProposalRef, CryptoError>Compute a new ProposalRef value for a value.