gossamer/key_type

Types

Whether a CryptoKey is public, private, or secret (symmetric).

Unrecognized values use Other(String).

pub type KeyType {
  Private
  Public
  Secret
  Other(String)
}

Constructors

  • Private
  • Public
  • Secret
  • Other(String)
Search Document