Module operation

Module operation 

Source
Expand description

All operations that this crate can perform.

Modulesยง

aes_decrypt
Types for the AESDecrypt operation.
aes_encrypt
Types for the AESEncrypt operation.
aes_kdf_counter_mode
Types for the AesKdfCounterMode operation.
compress_public_key
Types for the CompressPublicKey operation.
decompress_public_key
Types for the DecompressPublicKey operation.
derive_shared_secret
Types for the DeriveSharedSecret operation.
digest
Types for the Digest operation.
ecdsa_sign
Types for the ECDSASign operation.
ecdsa_verify
Types for the ECDSAVerify operation.
generate_ecc_key_pair
Types for the GenerateECCKeyPair operation.
generate_ecdsa_signature_key
Types for the GenerateECDSASignatureKey operation.
generate_random_bytes
Types for the GenerateRandomBytes operation.
generate_rsa_key_pair
Types for the GenerateRSAKeyPair operation.
get_public_key_from_private_key
Types for the GetPublicKeyFromPrivateKey operation.
get_rsa_key_modulus_length
Types for the GetRSAKeyModulusLength operation.
h_mac
Types for the HMac operation.
hkdf
Types for the Hkdf operation.
hkdf_expand
Types for the HkdfExpand operation.
hkdf_extract
Types for the HkdfExtract operation.
kdf_counter_mode
Types for the KdfCounterMode operation.
parse_public_key
Types for the ParsePublicKey operation.
rsa_decrypt
Types for the RSADecrypt operation.
rsa_encrypt
Types for the RSAEncrypt operation.
validate_public_key
Types for the ValidatePublicKey operation.