experimental hashing with oxcaml
1(lang dune 3.20)
2(name oxsha)
3(version 0.1)
4
5(generate_opam_files true)
6
7(source (github avsm/oxsha))
8(license ISC)
9(authors "Anil Madhavapeddy")
10(maintainers "Anil Madhavapeddy")
11
12(package
13 (name oxsha)
14 (synopsis "Fast SHA256 hashing library")
15 (description "OCaml bindings to a C SHA256 implementation using bigarrays for efficient, zero-copy hashing")
16 (depends (ocaml (>= 5.3))))