NilFoundation / crypto3-pubkey

Public key cryptography for crypto3 cryptography backend
MIT License
0 stars 3 forks source link

Refactor BLS signature scheme #10

Closed ilyas675 closed 2 years ago

ilyas675 commented 3 years ago

Public interface and accumulators were updated to work with introduced padding module schemes. The first scheme that was updated according to new architecture of pubkey module is ECDSA (see issue). Before updating BLS scheme this issue has to be done.