···
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"
28
+
"conf-pkg-config" {build}
30
+
"ocaml" {>= "4.08.0"}
31
+
"cstruct" {>= "6.0.0"}
34
+
"mirage-crypto" {=version}
35
+
"mirage-crypto-rng" {=version}
36
+
"mirage-crypto-pk" {with-test & =version}
38
+
"alcotest" {with-test}
39
+
"asn1-combinators" {with-test & >= "0.2.5"}
40
+
"ppx_deriving_yojson" {with-test}
41
+
"ppx_deriving" {with-test}
42
+
"yojson" {with-test & >= "1.6.0"}
44
+
depopts: ["ocaml-freestanding"]
46
+
"mirage-xen" {< "6.0.0"}
47
+
"ocaml-freestanding" {< "0.4.1"}
50
+
["dune" "subst"] {dev}
51
+
["dune" "build" "-p" name "-j" jobs]
52
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
54
+
dev-repo: "git+https://github.com/mirage/mirage-crypto.git"
55
+
tags: ["org:mirage"]
58
+
"https://github.com/mirage/mirage-crypto/releases/download/v0.10.7/mirage-crypto-0.10.7.tbz"
60
+
"sha256=3e818a760c235c5b684c7b6b43b1cdd2a7dd04e0105b680d524f836eb988a69c"
61
+
"sha512=e9c3e6ac0fa3dae2dda9e91d5362ad08aaa65241b968a0c12484db4042146d6af7b46910784ce41bdd68783eede93f35a81aa37a2cd125dfc43503c78007b8b9"
64
+
x-commit-hash: "d3e519f93d2d9df1fb366aaf96996803518c8597"