package sha
Binding to the SHA cryptographic functions
Install
Dune Dependency
Authors
Maintainers
Sources
sha-1.12.tbz
sha256=b6e3b5dcd33b18171fa5c6434a8e6edc31045a22464b4b7c46e0714d2a434224
md5=de64465e24e778a22f510c8f24d1bd15
doc/CHANGES.html
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
)