Skip to content

Commit

Permalink
Wycheproof -> Rooterberg
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jan 23, 2025
1 parent 06b1ffc commit 3aacc8b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/test/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ test "aegis256x4 - MAC test vector" {
try std.testing.expectEqualSlices(u8, &expected256, &mac256);
}

// Wycheproof tests
// Rooterberg tests

const JsonTest = struct {
tcId: u64,
Expand Down Expand Up @@ -981,8 +981,8 @@ fn rooterberg(comptime file: []const u8, comptime func: anytype) !void {
}

test "rooterberg test vectors" {
try rooterberg("wycheproof/aegis128_l.json.zst", aegis.aegis128l_decrypt_detached);
try rooterberg("wycheproof/aegis128_l_256.json.zst", aegis.aegis128l_decrypt_detached);
try rooterberg("wycheproof/aegis256.json.zst", aegis.aegis256_decrypt_detached);
try rooterberg("wycheproof/aegis256_256.json.zst", aegis.aegis256_decrypt_detached);
try rooterberg("rooterberg/aegis128_l.json.zst", aegis.aegis128l_decrypt_detached);
try rooterberg("rooterberg/aegis128_l_256.json.zst", aegis.aegis128l_decrypt_detached);
try rooterberg("rooterberg/aegis256.json.zst", aegis.aegis256_decrypt_detached);
try rooterberg("rooterberg/aegis256_256.json.zst", aegis.aegis256_decrypt_detached);
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3aacc8b

Please sign in to comment.