Skip to content

Commit af0567f

Browse files
authored
Fix: typos (#428)
1 parent 7a187e9 commit af0567f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Collection of [cryptographic hash functions][1] written in pure Rust.
66

7-
All algorithms reside in the separate crates and implemented using traits from [`digest`] crate.
7+
All algorithms reside in separate crates and are implemented using traits from [`digest`] crate.
88
Additionally all crates do not require the standard library (i.e. `no_std` capable) and can be easily used for bare-metal or WebAssembly programming.
99

1010
## Supported Algorithms
@@ -51,7 +51,7 @@ See the [Security] page on Wikipedia for more information.
5151

5252
### Crate Names
5353

54-
Whenever possible crates are published under the the same name as the crate folder.
54+
Whenever possible crates are published under the same name as the crate folder.
5555
Owners of `md5` [declined](https://github.com/stainless-steel/md5/pull/) to participate in this project.
5656
This crate does not implement the [`digest`] traits, so it is not interoperable with the RustCrypto ecosystem.
5757
This is why we publish our MD5 implementation as `md-5` and mark it with the :exclamation: mark.

0 commit comments

Comments
 (0)