mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-11 22:01:25 -07:00
11 lines
147 B
Odin
11 lines
147 B
Odin
#+build freestanding
|
|
package crypto_hash
|
|
|
|
hash :: proc {
|
|
hash_stream,
|
|
hash_bytes,
|
|
hash_string,
|
|
hash_bytes_to_buffer,
|
|
hash_string_to_buffer,
|
|
}
|