This library is in flux. APIs may change without notice. Generated from source with koruc 0.1.7 on 8/19/2026.

Crypto

~import std/crypto

std/crypto — cryptographic hash primitives (leaves over Zig's std.crypto).

crypto.kz · 1 tors

std/crypto — cryptographic hash primitives (leaves over Zig's std.crypto). The primitives are deliberately thin: they do the cryptographic work (which is not expressible in Koru and has no business being), while the algorithm that USES them — e.g. AoC day04's unbounded search for the lowest n — stays in Koru as a label fold. md5-check is the per-candidate leaf; the search is the program.