Move os stuff to OS specific files

This commit is contained in:
gingerBill
2024-09-19 12:06:31 +01:00
parent 8814170edf
commit 244907149a
3 changed files with 51 additions and 38 deletions
+10
View File
@@ -0,0 +1,10 @@
//+build freestanding
package crypto_hash
hash :: proc {
hash_stream,
hash_bytes,
hash_string,
hash_bytes_to_buffer,
hash_string_to_buffer,
}