1
0
Fork 0
forked from fun/fun

The foundation for the internal standard library. (0.16.2)

This commit is contained in:
Johannes Findeisen 2025-10-01 03:30:26 +02:00
commit f0ed1d6761
13 changed files with 88 additions and 197 deletions

View file

@ -12,7 +12,7 @@
*/
// Demo: SHA-256 of raw strings (no hex decoding)
include "lib/crypt/sha256.fun"
include <crypt/sha256.fun>
sha = SHA256()