[][src]Module lucetc::signature

Structs

KeyPair

A key pair (PublicKey and SecretKey).

PublicKey

A PublicKey is used to verify signatures.

SecretKey

A SecretKey is used to create signatures.

SignatureBones

A trimmed-down signature, without any comments section, with binary serialization only

SignatureBox

A signature, as well as the metadata required to verify it.

Constants

RAW_KEY_PREFIX

Functions

keygen
sign_module
signature_box_for_module_path
sk_from_file
verify_source_code