gingerBill
11 months ago
|
@@ -1,4 +1,4 @@
|
|
-//+build freestanding
|
|
|
|
|
|
+#+build freestanding
|
|
package crypto_hash
|
|
package crypto_hash
|
|
|
|
|
|
hash :: proc {
|
|
hash :: proc {
|
|
@@ -1,4 +1,4 @@
|
|
-//+build !freestanding
|
|
|
|
|
|
+#+build !freestanding
|
|
package crypto_hash
|
|
package crypto_hash
|
|
|
|
|
|
import "core:io"
|
|
import "core:io"
|