Implement Serpent in ECB mode.
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
comptime {
|
||||
_ = .{
|
||||
@import("./primitive/blockcipher/aes.zig"),
|
||||
@import("./primitive/blockcipher/des.zig"),
|
||||
@import("./primitive/blockcipher/operation_modes.zig"),
|
||||
//@import("./primitive/blockcipher/des.zig"),
|
||||
@import("./primitive/blockcipher/serpent.zig"),
|
||||
//@import("./primitive/blockcipher/operation_modes.zig"),
|
||||
@import("./primitive/digest/sha.zig"),
|
||||
@import("./primitive/streamcipher/chacha20.zig"),
|
||||
@import("./primitive/streamcipher/salsa20.zig"),
|
||||
|
||||
Reference in New Issue
Block a user