Skip to content

Commit 224ecbe

Browse files
authored
README.md: add boilerplate (#22)
Adds README.md boilerplate used in other repos
1 parent 6f12000 commit 224ecbe

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
1+
# RustCrypto: ASM hashes [![Project Chat][chat-image]][chat-link]
2+
13
Assembly implementations of hash functions core functionality based on code from
24
[Project Nayuki](https://www.nayuki.io/).
35

46
Crates in this repository provide only core compression functions, for full hash
57
functionality please refer to the crates from
68
[RustCrypto/hashes](https://github.com/RustCrypto/hashes) repository. With
79
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

0 commit comments

Comments
 (0)