Structs§
- Private
Key - P-384 (secp384r1) ECDSA private key.
- Public
Key - P-384 (secp384r1) ECDSA public key.
Constants§
- ECDH_
SHARED_ SECRET_ SIZE - Size of the raw ECDH shared secret in bytes (48 bytes). Must not be used directly as an encryption key; apply a KDF first.
- PRIVATE_
KEY_ SIZE - Size of a P-384 private key in bytes (48 bytes).
- PUBLIC_
KEY_ COMPRESSED_ SIZE - Size of a compressed P-384 public key in bytes (49 bytes, includes 0x02/0x03 prefix).
- PUBLIC_
KEY_ UNCOMPRESSED_ SIZE - Size of an uncompressed P-384 public key in bytes (97 bytes, includes 0x04 prefix).
- SIGNATURE_
SIZE - Size of a P-384 ECDSA signature in bytes (96 bytes, r || s).