From 8b946e8aaf63f8ec71d67b878328e33c1e450802 Mon Sep 17 00:00:00 2001 From: Isaak Uchakaev Date: Fri, 21 Jan 2022 11:13:05 +0300 Subject: [PATCH] Update README.md (#164) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.