Structs§
- Signature
- A signed bytecode blob: Ed25519 signature + SHA-256 fingerprint + timestamp.
Enums§
- Signing
Error - 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.