Files
Odin/core/crypto/hash/hash_freestanding.odin
T

11 lines
148 B
Odin

//+build freestanding
package crypto_hash
hash :: proc {
hash_stream,
hash_bytes,
hash_string,
hash_bytes_to_buffer,
hash_string_to_buffer,
}