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§
- Minisign
Key - A parsed minisign public key.
Functions§
- minisign_
verify - Verify a
.minisigsignature overdataagainstkey.VTA-VRF-0002on failure. - parse_
minisign_ pubkey - Parse a minisign public key (the file is a comment line + a base64 line).