Skip to main content

Module signing

Module signing 

Source
Expand description

Label signing utilities.

Labels are signed by serializing the label to CBOR, then signing the CBOR bytes with the labeler’s private key (ed25519 or secp256k1).

Structs§

LabelSigner
A signer that can produce signatures for labels.