Module dsa

Source
Expand description

Digital Signatures

DSA ensures a message originated from a known sender, and was not modified. DSA uses asymmetrical keys and an algorithm to output a signature of the message using the private key that can be validated with the public key but not be generated without the private key.

Structs§

Dsa
Object representing DSA keys.
DsaRef
Reference to Dsa.
DsaSig
Object representing DSA signature.
DsaSigRef
Reference to a DsaSig.