feat(crypto): add blst (#20296)
Co-authored-by: itsdevbear <itsdevbear@berachain.com> Co-authored-by: Akhil Kumar P <36399231+akhilkumarpilli@users.noreply.github.com>
This commit is contained in:
co-authored by
itsdevbear
Akhil Kumar P
parent
78327f40c5
commit
05ff7a7cb7
@@ -19,6 +19,9 @@ const (
|
||||
// Ed25519Type represents the Ed25519Type signature system.
|
||||
// It is currently not supported for end-user keys (wallets/ledgers).
|
||||
Ed25519Type = PubKeyType("ed25519")
|
||||
// Ed25519Type represents the Ed25519Type signature system.
|
||||
// It is currently not supported for end-user keys (wallets/ledgers).
|
||||
Bls12_381Type = PubKeyType("bls12_381")
|
||||
// Sr25519Type represents the Sr25519Type signature system.
|
||||
Sr25519Type = PubKeyType("sr25519")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user