From 4aa267057e4a2f4144d518fb8dc68728d43b22d9 Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Tue, 10 Jan 2023 11:08:45 +0300 Subject: [PATCH] Add LibTomCrypt and tlse crypto library --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c69d63..faf97eb 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,8 @@ Computer Vision * 🔝[trezor-crypto](https://github.com/trezor/trezor-firmware/tree/master/crypto) - Heavily optimized cryptography algorithms for embedded Devices. * [poly1305-donna](https://github.com/floodyberry/poly1305-donna) - Implementations of a fast Message-Authentication Code (8 bit, 16 bit, 32 bit and 64 bit multiplies versions). * [arduinolibs](https://github.com/rweather/arduinolibs) - Arduino Cryptography Library. +* [tlse](https://github.com/eduardsui/tlse) - Single C file TLS 1.2/1.3 implementation, using tomcrypt as crypto library. +* [LibTomCrypt](https://github.com/libtom/libtomcrypt) - Fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines. ### Elliptic Curve Cryptography