Skip to main content

Module signing

Module signing 

Source
Expand description

Ed25519 signing and verification, plus the module.sig file format.

Structs§

ModuleSignature
The contents of a module.sig file.
Signature
An Ed25519 signature over a ContentHash.
SigningKey
An Ed25519 signing key.
VerifyError
An error verifying an Ed25519 signature against a content hash.
VerifyingKey
An Ed25519 verifying key.

Enums§

KeyError
An error parsing an Ed25519 key.
SignatureError
An error parsing an Ed25519 signature.
SignatureFileError
An error parsing or writing a module.sig file.