Mirage_crypto_ecSourceMirage-crypto-ec implements public key cryptography with named elliptic curves. Ephemeral key exchanges with Diffie-Hellman and digital signatures (ECDSA) are implemented.
The arithmetic operations uses code generated by fiat-crypto which is proven to consume a constant amount of time, independent of the input values.
The type for errors.
Pretty printer for errors
Raised if the provided message is too long for the curve.
The NIST P-224 curve, also known as SECP224R1. Please note that decompression is not supported for P-224 public keys.