26extern const cx_hash_info_t cx_sha3_info;
27extern const cx_hash_info_t cx_keccak_info;
28extern const cx_hash_info_t cx_shake128_info;
29extern const cx_hash_info_t cx_shake256_info;
31WARN_UNUSED_RESULT cx_err_t cx_sha3_update(cx_sha3_t *ctx,
const uint8_t *data,
size_t len);
33cx_err_t cx_sha3_final(cx_sha3_t *ctx,
uint8_t *digest);
34size_t cx_sha3_get_output_size(
const cx_sha3_t *ctx);
SHA-3 (Secure Hash Algorithm 3)