aboutsummaryrefslogtreecommitdiff
path: root/core/crypto/hash/hash_js.odin
blob: 99309b944bbf7e928f89d760e6bfc951cd233e8b (plain)
1
2
3
4
5
6
7
8
9
10
#+build js
package crypto_hash

hash :: proc {
	hash_stream,
	hash_bytes,
	hash_string,
	hash_bytes_to_buffer,
	hash_string_to_buffer,
}