-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds README.md boilerplate used in other repos
- Loading branch information
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,25 @@ | ||
# RustCrypto: ASM hashes [![Project Chat][chat-image]][chat-link] | ||
|
||
Assembly implementations of hash functions core functionality based on code from | ||
[Project Nayuki](https://www.nayuki.io/). | ||
|
||
Crates in this repository provide only core compression functions, for full hash | ||
functionality please refer to the crates from | ||
[RustCrypto/hashes](https://github.com/RustCrypto/hashes) repository. With | ||
enabled `asm` feature `md5`, `sha-1`, `sha2` and `whirlpool` crates will use | ||
code from this repository. | ||
code from this repository. | ||
|
||
## License | ||
|
||
All crates licensed under the [MIT license](http://opensource.org/licenses/MIT). | ||
|
||
### Contribution | ||
|
||
Unless you explicitly state otherwise, any contribution intentionally submitted | ||
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be | ||
dual licensed as above, without any additional terms or conditions. | ||
|
||
[//]: # (badges) | ||
|
||
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg | ||
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260041-hashes |