kilic / bls12-381

High-speed BLS12-381 implementation in Go
Apache License 2.0
124 stars 47 forks source link

Ability to use different hash function #26

Open troyronda opened 3 years ago

troyronda commented 3 years ago

We would like to use the g1 package with the blake2b hash function. It would be helpful if you could expose a function that permits any hash function to be used.

Cross-posted from https://github.com/hyperledger/aries-framework-go/issues/2247