quentin-k/zig-hc256
Hc256 Cipher in zig
An implementation of the hc-256 cipher in zig.
Apache 2.0
apply_stream
method on a slice of u8
s to encrypt/decrypt the dataThe test vectors file (/tests/test-vectors.zig
) shows examples on how to use the library.