Skip to content

Commit

Permalink
Add dummy change to retrigger the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon committed Sep 24, 2020
1 parent 78e5ada commit 09b34b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/std/mem/timing_safe.zig
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ pub fn timingSafeEql(comptime T: type, comptime len: usize, a: [len]T, b: [len]T
test "timingSafeEql" {
var a: [256]u8 = undefined;
var b: [256]u8 = undefined;

comptime var i: usize = 1;
inline while (i <= 256) : (i += 13) {
crypto.randomBytes(a[0..i]) catch unreachable;
Expand Down

0 comments on commit 09b34b3

Please sign in to comment.