libtom / libtomcrypt

LibTomCrypt is a 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.

Home Page:https://www.libtom.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding support for ECC alt-bn128 curve

hu55a1n1 opened this issue · comments

Description

This specific curve is very popular with zk-SNARKs. A quick skim through libtomcrypt's sources seems to suggest that adding support for this curve should only be matter of adding the appropriate curve parameters in libtomcrypt/src/pk/ecc/ecc.c. I am not a 100% sure of this, but I will be happy to help.