Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/randombit/botan-ocaml
OCaml binding for botan crypto library
https://github.com/randombit/botan-ocaml
botan cryptography ocaml
Last synced: 11 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T01:10:45.000Z (about 7 years ago)
- Last Synced: 2024-12-02T17:26:13.986Z (2 months 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.gitThis 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).