package sha
Binding to the SHA cryptographic functions
Install
Dune Dependency
Authors
Maintainers
Sources
sha-v1.14.tbz
sha256=29d051bf35f30132d11e45069688257002bfe26463befda257eedce672f39b84
sha512=029a86e1aab43bc496f7cd285f056f0d5b192e0e90ce989d628b2e64ae1dc03860f91d382337a6a772635fe746cc63fe283e1857fa6ab2f51019c3adb3f19108
doc/CHANGES.html
v1.14
- Handle
safe-string
by @olafhering, reviewed by @nojb (#47) - Remove
--dev
option fromdune
invocation by @arthurteisseire (#48)
v1.13
- Update to dune2, fix Windows compilation, make C fns static @nojb (#42)
- Fix opam lint @djs55 (#44)
- Support platforms without
O_CLOEXEC
@dougmenchen (#41 then #45)
v1.12
- Build with jbuilder (#38 by @nojb)
- Fix a possible GC crash (#36 by @madroach)
- Fix build with MSVC toolchain (#37 by @nojb)
- Build C with
-fPIC
(#25 by @talex5)
v1.11
- Relicense to ISC (#22)
- Fix Windows support and test with appveyor (#28)
- Fix FreeBSD support (#12)
v1.10
- Fix build with OCaml 4.06 (and
-safe-string
)