// ======================================================================================================== // ======================================================================================================== // ****************************************** sha_3_256_openssl.h ***************************************** // ======================================================================================================== // ======================================================================================================== void hash_256(int max_string_len, int hash_in_len_bytes, unsigned char *hash_input, int hash_out_len_bytes, unsigned char *hash_output);