From ad8af9669a689f2c6f2bdc26421fa1d47b9fe71a Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Sat, 6 Jul 2024 04:02:50 +0200 Subject: [PATCH] Add constantine (#2902) * Added package constantine * Update packages.json --- packages.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/packages.json b/packages.json index 164c432..ee1633b 100644 --- a/packages.json +++ b/packages.json @@ -33757,5 +33757,34 @@ "description": "List out block-devices, including disks, partitions and their mountpoints", "license": "MIT", "web": "https://github.com/FyraLabs/lsblk.nim" + }, + { + "name": "constantine", + "url": "https://github.com/mratsim/constantine", + "method": "git", + "tags": [ + "cryptography", + "blockchain", + "zk", + "bigint", + "math", + "proof-systems", + "elliptic-curves", + "finite-fields", + "assembly", + "gpu", + "cuda", + "sha256", + "hash", + "hmac", + "hkdf", + "crypto", + "security", + "simd", + "crypto" + ], + "description": "Modular, high-performance, zero-dependency cryptography stack for proof systems and blockchain protocols.", + "license": "MIT or Apache License 2.0", + "web": "https://github.com/mratsim/constantine" } ]