AssociationKeypair typedef

AssociationKeypair = KeyPair<EcdsaPrivateKey, EcdsaPublicKey>

Types

An ephemeral EC keypair on the P-256 curve.

Implementation

/// An ephemeral EC keypair on the P-256 curve.
typedef AssociationKeypair = KeyPair<EcdsaPrivateKey, EcdsaPublicKey>;