Enumerationswift-crypto 3.12.2Crypto
Signing
A mechanism used to create or verify a cryptographic signature using the NIST P-384 elliptic curve digital signature algorithm (ECDSA).
- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
enum Signing
A mechanism used to create or verify a cryptographic signature using the NIST P-384 elliptic curve digital signature algorithm (ECDSA).
enum Signing
import Crypto
A cryptography library for Swift.
enum P384
An elliptic curve that enables NIST P-384 signatures and key agreement.
enum KeyAgreement
A mechanism used to create a shared secret between two users by performing NIST P-384 elliptic curve Diffie Hellman (ECDH) key exchange.
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol Escapable
struct ECDSASignature
A P-384 elliptic curve digital signature algorithm (ECDSA) signature.
struct PrivateKey
A P-384 private key used to create cryptographic signatures.
struct PublicKey
A P-384 public key used to verify cryptographic signatures.