mattrglobal / pairing_crypto

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

Migrating key generation to blst #15

Closed tplooker closed 2 years ago

tplooker commented 2 years ago

Migrate generate_secret_key to use blst key generation. Drop the dependency on using the external HKDF

tplooker commented 2 years ago

Review from_bytes and to_bytes implementations for secret key also and migrate if need be to blst based operations