sha3iuf_d.wasm

Undocumented in source.

Members

Functions

_start
void _start()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_input_buffer_address
ubyte* get_input_buffer_address()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_output_buffer_address
ubyte* get_output_buffer_address()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
input_buf_length
size_t input_buf_length()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memcpy
void* memcpy(ubyte* s1, ubyte* s2, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
memset
void* memset(ubyte* s, int c, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
output_buf_length
size_t output_buf_length()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

input_buffer_length
enum input_buffer_length;
Undocumented in source.
output_buffer_length
enum output_buffer_length;
Undocumented in source.

Variables

input_buffer
ubyte[.input_buffer_length] input_buffer;
Undocumented in source.
output_buffer
ubyte[.output_buffer_length] output_buffer;
Undocumented in source.

Meta