Files
Odin/core/crypto/hash/hash_freestanding.odin
gingerBill 68960e7d0a Use #+ tags
2024-09-19 12:39:56 +01:00

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,
}