mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
rebuild protobufs adding ECC_P256 to KeyType
This commit is contained in:
@ -7,6 +7,7 @@ enum KeyType {
|
||||
Ed25519 = 1;
|
||||
Secp256k1 = 2;
|
||||
ECDSA = 3;
|
||||
ECC_P256 = 4;
|
||||
}
|
||||
|
||||
message PublicKey {
|
||||
|
||||
Reference in New Issue
Block a user