package cosmos.crypto.ed25519

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

message PrivKey

keys.proto:20

PrivKey defines a ed25519 private key.

message PubKey

keys.proto:13

PubKey defines a ed25519 public key Key is the compressed form of the pubkey. The first byte depends is a 0x02 byte if the y-coordinate is the lexicographically largest of the two associated with the x-coordinate. Otherwise the first byte is a 0x03. This prefix is followed with the x-coordinate.