Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).