Make existing protocols explicit about proto2

This commit is contained in:
Marco Munizaga
2023-01-20 17:13:13 -08:00
parent a920e7aa6d
commit c733210b3a
12 changed files with 25 additions and 2 deletions

View File

@@ -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;