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