cloudflare / circl

CIRCL: Cloudflare Interoperable Reusable Cryptographic Library
http://blog.cloudflare.com/introducing-circl
Other
1.3k stars 144 forks source link

bls12: hash to G1 complaint with h2c draft #258

Closed armfazh closed 3 years ago

armfazh commented 3 years ago

Implements encode and hash to curve as recommended in IETF draft. See https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-hash-to-curve-11

Removes insecure try-and-increment method for hashing.

Changes: