A cryptographic proof that a message was authorized by the holder of a private key.
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.
"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.