mirage-crypto-ecversion
Elliptic Curve Cryptography with primitives taken from Fiat
An implementation of key exchange (ECDH) and digital signature (ECDSA/EdDSA) algorithms using code from Fiat (https://github.com/mit-plv/fiat-crypto).
The curves P256 (SECP256R1), P384 (SECP384R1), P521 (SECP521R1), and 25519 (X25519, Ed25519) are implemented by this package.
Tags | org:mirage |
---|---|
Authors | Hannes Mehnert <hannes@mehnert.org>, Nathan Rebours <nathan.p.rebours@gmail.com>, Clément Pascutto <clement@tarides.com>, Etienne Millon <me@emillon.org>, Virgile Robles <virgile.robles@protonmail.ch>, Andres Erbsen <andreser@mit.edu>, Google Inc., Jade Philipoom <jadep@mit.edu> <jade.philipoom@gmail.com>, Massachusetts Institute of Technology and Zoe Paraskevopoulou <zoe.paraskevopoulou@gmail.com> |
License | MIT |
Published | |
Homepage | https://github.com/mirage/mirage-crypto |
Issue Tracker | https://github.com/mirage/mirage-crypto/issues |
Maintainer | Hannes Mehnert <hannes@mehnert.org> |
Dependencies |
|
Conflicts | |
Source [http] | https://github.com/mirage/mirage-crypto/releases/download/v1.0.0/mirage-crypto-1.0.0.tbz sha256=4f9b06af4f6440eee85e5645c01184ca10cd30a8127864e80fc5f206cf864769 sha512=73855eeea482b6ba4b7e095a92af2322e97a6da67bee79ef2b3b05449d7ed522712dd11e825759e812eec21281083ef8422429a156851930078aad41215ecdfc |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/mirage-crypto-ec/mirage-crypto-ec.1.0.0/opam |
Required by
- awa>=0.4.0
- dns-certify>=9.0.0
- dnssec>=9.0.0
- letsencrypt>=1.0.0
- tls>=1.0.0
- x509>=1.0.0