Skip to main content

sign_commit_log

Function sign_commit_log 

Source
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.