File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Collection of [ cryptographic hash functions] [ 1 ] written in pure Rust.
6
6
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.
8
8
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.
9
9
10
10
## Supported Algorithms
@@ -51,7 +51,7 @@ See the [Security] page on Wikipedia for more information.
51
51
52
52
### Crate Names
53
53
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.
55
55
Owners of ` md5 ` [ declined] ( https://github.com/stainless-steel/md5/pull/ ) to participate in this project.
56
56
This crate does not implement the [ ` digest ` ] traits, so it is not interoperable with the RustCrypto ecosystem.
57
57
This 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