Module linera_base::crypto

source ·
Expand description

Define the cryptographic primitives used by the Linera protocol.

Structs§

  • The public key of a chain owner. The corresponding private key is allowed to propose blocks on the chain and transfer account’s tokens.
  • The private key of a chain owner.
  • The signature of a chain owner.
  • A Keccak256 value.
  • A vector of cryptographic hashes. This is used to represent a hash of a list of hashes.
  • A BCS-signable struct for testing.

Enums§

Traits§

Type Aliases§