···
2
+
synopsis: "Elliptic Curve Cryptography with primitives taken from Fiat"
4
+
An implementation of key exchange (ECDH) and digital signature (ECDSA/EdDSA)
5
+
algorithms using code from Fiat (<https://github.com/mit-plv/fiat-crypto>).
7
+
The curves P224 (SECP224R1), P256 (SECP256R1), P384 (SECP384R1),
8
+
P521 (SECP521R1), and 25519 (X25519, Ed25519) are implemented by this package.
10
+
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
12
+
"Hannes Mehnert <hannes@mehnert.org>"
13
+
"Nathan Rebours <nathan.p.rebours@gmail.com>"
14
+
"Clément Pascutto <clement@tarides.com>"
15
+
"Etienne Millon <me@emillon.org>"
16
+
# and from the fiat-crypto AUTHORS file
17
+
"Andres Erbsen <andreser@mit.edu>"
19
+
"Jade Philipoom <jadep@mit.edu> <jade.philipoom@gmail.com>"
20
+
"Massachusetts Institute of Technology"
21
+
"Zoe Paraskevopoulou <zoe.paraskevopoulou@gmail.com>"
24
+
homepage: "https://github.com/mirage/mirage-crypto"
25
+
doc: "https://mirage.github.io/mirage-crypto/doc"
26
+
bug-reports: "https://github.com/mirage/mirage-crypto/issues"
29
+
"ocaml" {>= "4.08.0"}
30
+
"cstruct" {>= "6.0.0"}
33
+
"mirage-crypto" {=version}
34
+
"mirage-crypto-rng" {=version}
35
+
"mirage-crypto-pk" {with-test & =version}
37
+
"alcotest" {with-test & >= "0.8.1"}
38
+
"asn1-combinators" {with-test & >= "0.2.5"}
39
+
"ppx_deriving_yojson" {with-test}
40
+
"ppx_deriving" {with-test}
41
+
"yojson" {with-test & >= "1.6.0"}
44
+
"ocaml-freestanding"
47
+
["dune" "subst"] {dev}
48
+
["dune" "build" "-p" name "-j" jobs]
49
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
51
+
dev-repo: "git+https://github.com/mirage/mirage-crypto.git"
52
+
tags: ["org:mirage"]
55
+
"https://github.com/mirage/mirage-crypto/releases/download/v0.11.2/mirage-crypto-0.11.2.tbz"
57
+
"sha256=d6b97cb7f0dc344a602513cc03137c1e7f0ae105d0721614626cf4f231edf764"
58
+
"sha512=7ab8824730d09bfb4c82a290860e96c8a722456084806741c773ab8d30c983d2061a3f79484debf5fa9bd1c75a0738bd8913b0539743e61245ad172844572b9e"
61
+
x-commit-hash: "586874a3d51fbe149e7ff17658d9532f3cf5d4d3"