zkcrypto / pairing

Pairing-friendly elliptic curve library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PrimeField needs From<u64>

ebfull opened this issue · comments

Requires the guarantee that all prime field moduli > 2^64...

I don't like that guarantee (yet), so we'll just implement from_str() for PrimeField instead.