Enumerationswift-crypto 3.8.0Crypto
Signing
A mechanism used to create or verify a cryptographic signature using the NIST P-256 elliptic curve digital signature algorithm (ECDSA).
ECDH.swift:36enum Signing
Other members in extension
Types
enum KeyAgreement
A mechanism used to create a shared secret between two users by performing NIST P-256 elliptic curve Diffie Hellman (ECDH) key exchange.
Citizens in Crypto
Conformances
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol Escapable
Types
struct ECDSASignature
A P-256 elliptic curve digital signature algorithm (ECDSA) signature.
struct PrivateKey
A P-256 private key used to create cryptographic signatures.
struct PublicKey
A P-256 public key used to verify cryptographic signatures.