pub fn sign_commit_log(
entry: &PlaintextCommitLogEntry,
private_key: &Secret,
crypto: &impl OpenMlsCrypto,
) -> Result<SignedCommitLogEntry, CommitLogSigningError>Expand description
Construct signed protocol bytes. The caller owns key storage and publication.