diff --git a/README.md b/README.md index 482e06d..a3d44ac 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ A curated list of cryptography resources and links. - [JavaScript](#javascript) - [Julia](#julia) - [Lua](#lua) + - [OCaml](#ocaml) - [Objective-C](#objective-c) - [PHP](#php) - [Python](#python) @@ -326,6 +327,11 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as - [lua-lockbox](https://github.com/somesocks/lua-lockbox) - Collection of cryptographic primitives written in pure Lua. - [LuaCrypto](https://github.com/mkottman/luacrypto) - Lua bindings to OpenSSL. +### OCaml + +- [Digestif](https://github.com/mirage/digestif) - is a toolbox that implements various cryptographic primitives in C and OCaml. +- [ocaml-tls](https://github.com/mirleft/ocaml-tls) - TLS in pure OCaml. + ### Objective-C - [CocoaSecurity](https://github.com/kelp404/CocoaSecurity) - AES, MD5, SHA1, SHA224, SHA256, SHA384, SHA512, Base64, Hex.