mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-12 14:23:33 +00:00
11 lines
137 B
Odin
11 lines
137 B
Odin
#+build js
|
|
package crypto_hash
|
|
|
|
hash :: proc {
|
|
hash_stream,
|
|
hash_bytes,
|
|
hash_string,
|
|
hash_bytes_to_buffer,
|
|
hash_string_to_buffer,
|
|
}
|