Skip to main content

Module sign

Module sign 

Source
Expand description

Minisign (Ed25519) signature verification (docs/15-security.md).

Supports both legacy (Ed, signs the file) and prehashed (ED, signs the BLAKE2b-512 of the file) minisign signatures. Verification is the security-relevant operation; key management/distribution is wired with the registry (docs/26-registry-and-metadata-reference.md).

Structs§

MinisignKey
A parsed minisign public key.

Functions§

minisign_verify
Verify a .minisig signature over data against key. VTA-VRF-0002 on failure.
parse_minisign_pubkey
Parse a minisign public key (the file is a comment line + a base64 line).