···
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}
36
+
"alcotest" {with-test & >= "0.8.1"}
37
+
"ppx_deriving_yojson" {with-test}
38
+
"ppx_deriving" {with-test}
39
+
"yojson" {with-test & >= "1.6.0"}
42
+
"ocaml-freestanding"
45
+
["dune" "subst"] {dev}
46
+
["dune" "build" "-p" name "-j" jobs]
47
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
49
+
dev-repo: "git+https://github.com/mirage/mirage-crypto.git"
50
+
tags: ["org:mirage"]
53
+
"https://github.com/mirage/mirage-crypto/releases/download/v0.11.3/mirage-crypto-0.11.3.tbz"
55
+
"sha256=bfb530fa169cd905ebc7e2449f3407cfbd67023ac0b291b8b6f4a1437a5d95b1"
56
+
"sha512=7b6f4e8128622b53eb2176881b5d6160f224e8606c7dd21aaf47974f15db7aa475cffaff3214aaaabba0f8986398f159c1fbb1bff29228c9b0a3fae67ef8d731"
59
+
x-commit-hash: "3ebc0e3e1bb6c471292b9f0c18afa3ce20d5f051"