mattrglobal / pairing_crypto

A library for pairing based cryptography
Apache License 2.0
14 stars 7 forks source link

Use hash-to-curve and hash-to-scalar functions from blst #27

Closed dev0x1 closed 2 years ago

dev0x1 commented 2 years ago

blst has implemented expand_xmd and sha256 based hash-to-curve and hash-to-scalar functions. blstrs has wrappers on hash-to-curve available. We have also added hash-to-field implementation in blstrs-fork, now we can use these implementations.