File tree 1 file changed +18
-1
lines changed 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ # RustCrypto: ASM hashes [ ![ Project Chat] [ chat-image ]] [ chat-link ]
2
+
1
3
Assembly implementations of hash functions core functionality based on code from
2
4
[ Project Nayuki] ( https://www.nayuki.io/ ) .
3
5
4
6
Crates in this repository provide only core compression functions, for full hash
5
7
functionality please refer to the crates from
6
8
[ RustCrypto/hashes] ( https://github.com/RustCrypto/hashes ) repository. With
7
9
enabled ` asm ` feature ` md5 ` , ` sha-1 ` , ` sha2 ` and ` whirlpool ` crates will use
8
- code from this repository.
10
+ code from this repository.
11
+
12
+ ## License
13
+
14
+ All crates licensed under the [ MIT license] ( http://opensource.org/licenses/MIT ) .
15
+
16
+ ### Contribution
17
+
18
+ Unless you explicitly state otherwise, any contribution intentionally submitted
19
+ for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
20
+ dual licensed as above, without any additional terms or conditions.
21
+
22
+ [ // ] : # ( badges )
23
+
24
+ [ chat-image ] : https://img.shields.io/badge/zulip-join_chat-blue.svg
25
+ [ chat-link ] : https://rustcrypto.zulipchat.com/#narrow/stream/260041-hashes
You can’t perform that action at this time.
0 commit comments