https://github.com/randombit/botan-ocaml
OCaml binding for botan crypto library
https://github.com/randombit/botan-ocaml
botan cryptography ocaml
Last synced: about 1 year ago
JSON representation
OCaml binding for botan crypto library
- Host: GitHub
- URL: https://github.com/randombit/botan-ocaml
- Owner: randombit
- License: bsd-2-clause
- Created: 2015-09-21T19:06:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T01:10:45.000Z (over 8 years ago)
- Last Synced: 2025-01-30T04:15:45.685Z (over 1 year ago)
- Topics: botan, cryptography, ocaml
- Language: OCaml
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# botan-ocaml
This is an OCaml binding for the Botan cryptography library
https://github.com/randombit/botan.git
This uses Botan's C API and the OCaml ctypes library. Currently Botan's C API
only exposes a small part of the library API, and this OCaml wrapper only wraps
a small part of the C API. Check the `mli` file for a sense of what is included.
Patches welcome!
Released under the Simplified BSD license (same as Botan library itself).