Deterministic ECDSA

December 6, 2016

SECURITY

FIPS and Deterministic ECDSA: Achieving robust security and conformance

3 min read

Digital signatures are used to verify the authenticity of a message. For example, when a message is signed, the verifier can rest assured that only the signer could have signed it. ECDSA and DSA are two widely used, standardized digital signature schemes. In order to sign a message, internally both of them require the use […]