Skip to main content

Module signing

Module signing 

Source
Expand description

Ed25519 patch signing and verification.

Each patch is signed by its author’s private key. The canonical representation of a patch (operation type + touch set + target path

  • payload + parent IDs + author + message + timestamp) is serialized to bytes and signed.

Structs§

SigningKeypair

Enums§

SigningError

Functions§

canonical_patch_bytes
verify_signature