Skip to content

Commit 5f50de7

Browse files
authored
Merge pull request #33 from robinhundt/readme-typo-fix
README typo fix
2 parents cd37046 + caf5bdb commit 5f50de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Our OT implementations should be on par or faster than those in libOTe. In the f
5656
`unsafe` is used in `cryprot-codes` and `cryprot-core` for performance reasons, most importantly to use SIMD intrinsics. The test suite of those two crates is additionally run using [miri](https://github.com/rust-lang/miri) to check for undefined behavior.
5757

5858
## Constant time operations
59-
We try to use constant time operations when operating secret data and make use of [subtle's](https://docs.rs/subtle/latest/subtle/) `Choice` type. However, we may have missed non-constant operations on sensitive data and subtle's `Choice` provides no guarantee for constant-timeness. We provide no guarantee regarding constant-time.
59+
We try to use constant time operations when operating on secret data and make use of [subtle's](https://docs.rs/subtle/latest/subtle/) `Choice` type. However, we may have missed non-constant operations on sensitive data and subtle's `Choice` provides no guarantee for constant-timeness. We provide no guarantee regarding constant-time.
6060

6161
[`cryprot-core`]: ./cryprot-core
6262
[`cryprot-net`]: ./cryprot-net

0 commit comments

Comments
 (0)