Make that godforsaken algorithm impl compile

This commit is contained in:
Milan Špinka
2025-02-02 02:22:01 +01:00
parent ba3802ebcc
commit f7c8ef2377
3 changed files with 396 additions and 61 deletions

View File

@ -1,6 +1,7 @@
comptime {
_ = .{
@import("./primitive/blockcipher/aes.zig"),
@import("./primitive/blockcipher/des.zig"),
@import("./primitive/blockcipher/operation_modes.zig"),
@import("./primitive/digest/sha.zig"),
@import("./primitive/streamcipher/chacha20.zig"),