We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ed49a commit 8eb19a9Copy full SHA for 8eb19a9
bindings/rust/bench/benches/constant_time_equals.rs
@@ -36,7 +36,7 @@ fn memcmp(a: &[u8], b: &[u8]) -> i32 {
36
}
37
38
extern "C" {
39
- // s2n_constant_time_equals is no exposed publicly, so we manually write the
+ // s2n_constant_time_equals is not exposed publicly, so we manually write the
40
// bindings for it.
41
//
42
// bool s2n_constant_time_equals(const uint8_t *a, const uint8_t *b, const uint32_t len)
0 commit comments