Update README.md (#164)

pull/167/head
Isaak Uchakaev 2 years ago committed by GitHub
parent a947f8dda0
commit 8b946e8aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save