gossamer/crypto_key_pair

Types

The CryptoKeyPair dictionary of the Web Crypto API represents a key pair for an asymmetric cryptography algorithm, also known as a public-key algorithm.

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

Constructors

Search Document