package io.libp2p.protocol.circuit.crypto.pb

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Envelope

envelope.proto:30

Envelope encloses a signed payload produced by a peer, along with the public key of the keypair it was signed with so that it can be statelessly validated by the receiver. The payload is prefixed with a byte string that determines the type, so it can be deserialized deterministically. Often, this byte string is a multicodec.

enum KeyType

envelope.proto:5

Used in: PrivateKey, PublicKey

message PrivateKey

envelope.proto:18

message PublicKey

envelope.proto:13

Used in: Envelope