Module dsa
Available on (crate features
rustls or boring or acme) and crate feature boring only.Expand description
Digital Signatures
DSA ensures a message originated from a known sender, and was not modified. DSA uses asymetrical 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.