mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
11 lines
148 B
Odin
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,
|
|
}
|