mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-08 23:08:09 -05:00
docs: syntax highlighting
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
Our key pairs are stored on disk using a simple protobuf defined in [libp2p/go-libp2p-crypto/pb/crypto.proto#L5](https://github.com/libp2p/go-libp2p-crypto/blob/master/pb/crypto.proto#L5):
|
||||
|
||||
```
|
||||
```protobuf
|
||||
enum KeyType {
|
||||
RSA = 0;
|
||||
Ed25519 = 1;
|
||||
|
||||
Reference in New Issue
Block a user