Traits§
- ECDH
Decrypt - Trait for ECDH decryption operations.
- ECDH
Encrypt - Trait for ECDH encryption operations.
Functions§
- ecdh_
decrypt - Generic ECDH decryption function with automatic key type detection.
- ecdh_
decrypt_ p256 - ECDH decryption using P-256 elliptic curve.
- ecdh_
decrypt_ with_ handler - Generic ECDH decryption function with optional TPM/HSM handler.
- ecdh_
decrypt_ x25519 - X25519 ECDH decryption.
- ecdh_
encrypt - Generic ECDH encryption function with automatic key type detection.
- ecdh_
encrypt_ p256 - ECDH encryption using P-256 elliptic curve.
- ecdh_
encrypt_ with_ handler - Generic ECDH encryption function with optional TPM/HSM handler.
- ecdh_
encrypt_ x25519 - X25519 ECDH encryption.
- rsa_
decrypt - RSA-OAEP decryption.
- rsa_
encrypt - RSA-OAEP encryption.