gossamer/crypto_key_pair

Types

pub type CryptoKeyPair {
  CryptoKeyPair(
    public_key: crypto_key.CryptoKey,
    private_key: crypto_key.CryptoKey,
  )
}

Constructors

Search Document