mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-08 23:08:09 -05:00
Make existing protocols explicit about proto2
This commit is contained in:
@@ -84,6 +84,8 @@ The `PublicKey` message uses the same definition [specified in the peer id
|
||||
spec][peer-id-spec-pubkey-message]. For reference, it is defined as follows:
|
||||
|
||||
``` protobuf
|
||||
syntax = "proto2";
|
||||
|
||||
enum KeyType {
|
||||
RSA = 0;
|
||||
Ed25519 = 1;
|
||||
|
||||
Reference in New Issue
Block a user