Module ecdh

Module ecdh 

Source

Traits§

ECDHDecrypt
Trait for ECDH decryption operations.
ECDHEncrypt
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.