phoreproject / graphene

Phore Synapse working repository
MIT License
13 stars 6 forks source link

Update BLS library to use public keys in G1 #70

Open meyer9 opened 5 years ago

meyer9 commented 5 years ago

The BLS library was recently updated to allow public keys in G1. Update our wrapper to use this implementation.

Also, data types need to be updated to reflect that the public key now takes 48 bytes and the signature takes 96 bytes.