Skip to main content

Module signing

Module signing 

Source

Structs§

Signature
A signed bytecode blob: Ed25519 signature + SHA-256 fingerprint + timestamp.

Enums§

SigningError
Errors produced by signing / verification.

Functions§

fingerprint
Compute SHA-256 fingerprint of arbitrary bytecode.
sign_bytecode
Sign bytecode with an Ed25519 private key.
verify_bytecode
Verify a bytecode signature against a trusted Ed25519 public key.