Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #35 from roburio/ed25519
Browse files Browse the repository at this point in the history
Ed25519 support
  • Loading branch information
dinosaure authored Jul 15, 2020
2 parents 217f69a + b1c7a3d commit 80519e5
Show file tree
Hide file tree
Showing 11 changed files with 3,322 additions and 3 deletions.
6 changes: 5 additions & 1 deletion freestanding/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

(copy_files# ../src/Hacl_Curve25519.h)

(copy_files# ../src/Hacl_Ed25519.c)

(copy_files# ../src/Hacl_Ed25519.h)

(copy_files# ../src/FStar.h)

(copy_files# ../src/kremlib_base.h)
Expand All @@ -17,7 +21,7 @@
(libraries ocaml-freestanding)
(c_flags
(:include cflags-freestanding.sexp))
(c_names hacl_x25519_stubs Hacl_Curve25519))
(c_names hacl_x25519_stubs Hacl_Curve25519 Hacl_Ed25519))

(rule
(with-stdout-to
Expand Down
1 change: 1 addition & 0 deletions hacl_x25519.opam
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ depends: [
"ppx_deriving_yojson" {with-test}
"stdlib-shims" {with-test}
"yojson" {with-test & >= "1.6.0"}
"alcotest" {with-test}
]
conflicts: [
"mirage-xen-posix" {< "3.1.0"}
Expand Down
Loading

0 comments on commit 80519e5

Please sign in to comment.