Term

Signature

A cryptographic proof that a message was authorized by the holder of a private key.

Type:
cryptography
Also known as:
Signature
1
definition

Digital signatures prove authenticity and integrity. In Bitcoin-like systems, a transaction input includes a signature over parts of the transaction using the signer’s private key; nodes verify it with the public key.

Example 1.1

"Carol signs a transaction spending her UTXO; nodes verify the signature with her public key before accepting it into the mempool."

All terms and definitions may update as the Cryptionary improves.