Skip to content

Commit

Permalink
Remove blake2 dependancy (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
hra687261 authored Oct 10, 2022
1 parent f7265bd commit 10fb7cd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
(description "\nHash functions: sha3, sha256, blake2b\n")
(depends
(ocaml (>= 4.08.0))
blake2
ppx_inline_test
ppx_expect
odoc
Expand Down
1 change: 0 additions & 1 deletion opam/ez_hash.opam
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ install: [
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "2.7.0"}
"blake2" {}
"ppx_inline_test" {with-test}
"ppx_expect" {with-test}
"odoc" {with-doc}
Expand Down
5 changes: 1 addition & 4 deletions src/ez_hash/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@
(name ez_hash)
(public_name ez_hash)
(wrapped false)
(libraries blake2 )
(foreign_stubs
(language c)
(names sha256 sha256-stubs sha3-ref sha3-stubs blake2b-stubs)
(names sha256 sha256-stubs sha3-ref sha3-stubs blake2b-ref blake2b-stubs)
(flags (-O3)))
(c_library_flags )


)


Expand Down

0 comments on commit 10fb7cd

Please sign in to comment.