We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9408e commit 52cb824Copy full SHA for 52cb824
README.md
@@ -1,7 +1,6 @@
1
# RustCrypto: compatibility layer for NaCl-family libraries
2
3
[![Project Chat][chat-image]][chat-link]
4
-[![dependency status][deps-image]][deps-link]
5
6
Pure Rust implementation of APIs from [NaCl]-family libraries
7
(e.g. [libsodium], [TweetNaCl]).
@@ -37,8 +36,7 @@ dual licensed as above, without any additional terms or conditions.
37
36
[//]: # "badges"
38
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
39
[chat-link]: https://rustcrypto.zulipchat.com/#all_messages
40
-[deps-image]: https://deps.rs/repo/github/RustCrypto/nacl-compat/status.svg
41
-[deps-link]: https://deps.rs/repo/github/RustCrypto/nacl-compat
+
42
[//]: # "general links"
43
[nacl]: https://nacl.cr.yp.to
44
[libsodium]: https://doc.libsodium.org
0 commit comments