Add constantine (#2902)

* Added package constantine

* Update packages.json
This commit is contained in:
Mamy Ratsimbazafy 2024-07-06 04:02:50 +02:00 committed by GitHub
parent 111cb2d6e5
commit ad8af9669a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
]