From 68b7b1fafbba45a7ba104c8b7328b871b10b93e5 Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Wed, 24 May 2023 09:13:19 +0300 Subject: [PATCH] add CycloneCRYPTO --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce9ba4c..52526ec 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,7 @@ Computer Vision * [tinycrypt](https://github.com/intel/tinycrypt) - Library of cryptographic algorithms provides an implementation for constrained devices of a minimal set of standard cryptography primitives. * [tiny-AES-c](https://github.com/kokke/tiny-AES-c) - Small portable AES128/192/256 in C. * [µAES](https://github.com/polfosol/micro-AES) - Lightweight, highly flexible, portable and ANSI-C compatible implementation of the AES encryption and block cipher modes. +* [CycloneCRYPTO](https://github.com/Oryx-Embedded/CycloneCRYPTO) - A cryptographic toolkit designed for use in embedded systems. It provides a comprehensive set of cryptographic primitives (hash functions, stream and block ciphers, public key cryptography) that can be used to add security features to your embedded application. ### Elliptic Curve Cryptography