File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
55Collection 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.
88Additionally 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.
5555Owners of ` md5 ` [ declined] ( https://github.com/stainless-steel/md5/pull/ ) to participate in this project.
5656This crate does not implement the [ ` digest ` ] traits, so it is not interoperable with the RustCrypto ecosystem.
5757This is why we publish our MD5 implementation as ` md-5 ` and mark it with the :exclamation : mark.
You can’t perform that action at this time.
0 commit comments