Skip to content

Commit 8eb19a9

Browse files
jmayclinmaddeleine
andauthored
Update bindings/rust/bench/benches/constant_time_equals.rs
Co-authored-by: maddeleine <[email protected]>
1 parent 68ed49a commit 8eb19a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/rust/bench/benches/constant_time_equals.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fn memcmp(a: &[u8], b: &[u8]) -> i32 {
3636
}
3737

3838
extern "C" {
39-
// s2n_constant_time_equals is no exposed publicly, so we manually write the
39+
// s2n_constant_time_equals is not exposed publicly, so we manually write the
4040
// bindings for it.
4141
//
4242
// bool s2n_constant_time_equals(const uint8_t *a, const uint8_t *b, const uint32_t len)

0 commit comments

Comments
 (0)