Skip to content

Commit 66de9ed

Browse files
authored
cts: fix typo in readme (#116)
1 parent fa66779 commit 66de9ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Aes128CbcCs3::new(&key.into(), &iv.into())
3333
assert_eq!(&buf, msg);
3434
```
3535

36-
If you wan to encrypt many messages with one key, you can use a block cipher reference
36+
If you want to encrypt many messages with one key, you can use a block cipher reference
3737
to create CTS modes:
3838
```rust
3939
use aes::Aes128;

0 commit comments

Comments
 (0)