SSP21-CPP
ssp21::Crypto Member List

This is the complete list of members for ssp21::Crypto, including all inherited members.

dh_x25519(const PrivateKey &priv_key, const seq32_t &pub_key, DHOutput &output, std::error_code &ec) (defined in ssp21::Crypto)ssp21::Cryptostatic
gen_keypair_ed25519(KeyPair &pair) (defined in ssp21::Crypto)ssp21::Cryptostatic
gen_keypair_x25519(KeyPair &pair) (defined in ssp21::Crypto)ssp21::Cryptostatic
gen_random(const wseq32_t &dest) (defined in ssp21::Crypto)ssp21::Cryptostatic
hash_sha256(const std::initializer_list< seq32_t > &data, SecureBuffer &output) (defined in ssp21::Crypto)ssp21::Cryptostatic
hkdf_sha256(const seq32_t &salt, const std::initializer_list< seq32_t > &input_key_material, SymmetricKey &key1, SymmetricKey &key2) (defined in ssp21::Crypto)ssp21::Cryptostatic
hmac_sha256(const seq32_t &key, const std::initializer_list< seq32_t > &data, SecureBuffer &output) (defined in ssp21::Crypto)ssp21::Cryptostatic
initialize(const std::shared_ptr< ICryptoBackend > &backend) (defined in ssp21::Crypto)ssp21::Cryptostatic
secure_equals(const seq32_t &lhs, const seq32_t &rhs) (defined in ssp21::Crypto)ssp21::Cryptostatic
sign_ed25519(const seq32_t &input, const seq32_t &private_key, DSAOutput &output, std::error_code &ec) (defined in ssp21::Crypto)ssp21::Cryptostatic
verify_ed25519(const seq32_t &message, const seq32_t &signature, const seq32_t &public_key) (defined in ssp21::Crypto)ssp21::Cryptostatic
zero_memory(const wseq32_t &data) (defined in ssp21::Crypto)ssp21::Cryptostatic