From b2d448b4a43231aadd61658a2d326e5f31e8cfde Mon Sep 17 00:00:00 2001 From: tankfeeder Date: Mon, 26 Sep 2016 12:13:51 +0300 Subject: [PATCH] Add PicoLisp add tankfeeder's collection. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d3b52fc..a97a4ec 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ A curated list of cryptography resources and links. - [Lua](#lua) - [Objective-C](#objective-c) - [PHP](#php) + - [PicoLisp](#picolisp) - [Python](#python) - [R](#r) - [Ruby](#ruby) @@ -268,6 +269,10 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as - [PHP Encryption](https://github.com/defuse/php-encryption) - Library for encrypting data with a key or password in PHP. - [TCrypto](https://github.com/timoh6/TCrypto) - TCrypto is a simple and flexible PHP 5.3+ in-memory key-value storage library. +### PicoLisp + +- [tankfeeder](https://bitbucket.org/mihailp/tankfeeder/src/238e45dfd51848ca4dc947f90b4370fe5ccef85e/crypto/?at=default) - Collection of cryptography functions. + ### Python - [bcrypt](https://github.com/pyca/bcrypt) - Modern password hashing for your software and your servers.