You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
What is wrong?
For having better key management and convenient common interface for BLS signature.
How can it be fixed
eth/utils/bls.py
to py_ecc.BLSKeyAPI
interface in eth-keys.KeyAPI
is only for ECDSA? We may add aBaseKeyAPI
, and modify the current ECDSA APIs toECDSAKeyAPI
.PublicKey
,PrivateKey
andSignature
interfaces.The text was updated successfully, but these errors were encountered: