Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rust-Crypto

[![Build Status](https://travis-ci.org/DaGenix/rust-crypto.png?branch=master)](https://travis-ci.org/DaGenix/rust-crypto)
[![Build Status](https://travis-ci.org/DaGenix/rust-crypto.png?branch=master)](https://travis-ci.org/DaGenix/rust-crypto) [![docs.rs](https://docs.rs/rust-crypto/badge.svg)](https://docs.rs/rust-crypto)

A (mostly) pure-Rust implementation of various common cryptographic algorithms.

Expand All @@ -14,6 +14,8 @@ If you are having issues while using an older version, please try upgrading to t
Rust-Crypto has not been thoroughly
audited for correctness, so any use where security is important is not recommended at this time.

[Documentation on docs.rs](https://docs.rs/rust-crypto)

## Usage

To use Rust-Crypto, add the following to your Cargo.toml:
Expand Down