From 4d942f4dd65ec18abe151c965121009eb0bbc309 Mon Sep 17 00:00:00 2001 From: Dmitry Murzinov Date: Thu, 1 Jun 2023 20:45:53 +0300 Subject: [PATCH] add Curve25519 and Ed25519 implementations for low-memory systems --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13b3db7..76c3d12 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,7 @@ Computer Vision * [salty](https://github.com/ycrypto/salty) - Ed25519 signatures with assembly optimizations for Cortex-M4 and Cortex-M33. * [micro-ecc](https://github.com/kmackay/micro-ecc) - ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors. * [libuecc](https://github.com/NeoRaider/libuecc) - Very small generic-purpose Elliptic Curve Cryptography library compatible with Ed25519. +* [c25519-and-ed25519](https://dlbeer.co.nz/oss/c25519.html) - Curve25519 and Ed25519 for low-memory systems (Curve25519 scalar multiplication uses less than half a kB of peak stack usage). ### Random Number Generation