File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ cryptographic and security reviews.
16
16
## Supported algorithms
17
17
| Name | Crate name | crates.io | Docs | Build Status |
18
18
| ------| ------------| -----------| ------| --------------|
19
- | [AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard) (Rijndael) | `aes` <br/><br/> `aesni` <br/><br/> `aes-soft` | [](https://crates.io/crates/aes) <br/><br/> [](https://crates.io/crates/aesni) <br/><br/> [](https://crates.io/crates/aes-soft) | [](https://docs.rs/aes) <br/><br/> [](https://docs.rs/aesni) <br/><br/> [](https://docs.rs/aes-soft) | [](https://github.com/RustCrypto/block-ciphers/actions?query=workflow:aes+branch:master) <br/><br/> [](https://github.com/RustCrypto/block-ciphers/actions?query=workflow:aesni+branch:master) <br/><br/> [](https://github.com/RustCrypto/block-ciphers/actions?query=workflow:aes-soft+branch:master)
19
+ | [ AES] ( https://en.wikipedia.org/wiki/Advanced_Encryption_Standard ) (Rijndael) | ` aes ` | [ ![ crates.io] ( https://img.shields.io/crates/v/aes.svg )] ( https://crates.io/crates/aes ) | [ ![ Documentation] ( https://docs.rs/aes/badge.svg )] ( https://docs.rs/aes ) | [ ![ aes build] ( https://github.com/RustCrypto/block-ciphers/workflows/aes/badge.svg?branch=master&event=push )] ( https://github.com/RustCrypto/block-ciphers/actions?query=workflow:aes+branch:master )
20
20
| [ Blowfish] ( https://en.wikipedia.org/wiki/Blowfish_(cipher) ) | ` blowfish ` | [ ![ crates.io] ( https://img.shields.io/crates/v/blowfish.svg )] ( https://crates.io/crates/blowfish ) | [ ![ Documentation] ( https://docs.rs/blowfish/badge.svg )] ( https://docs.rs/blowfish ) | [ ![ build] ( https://github.com/RustCrypto/block-ciphers/workflows/blowfish/badge.svg?branch=master&event=push )] ( https://github.com/RustCrypto/block-ciphers/actions?query=workflow:blowfish+branch:master )
21
21
| [ CAST5] ( https://en.wikipedia.org/wiki/CAST-128 ) (CAST-128) | ` cast5 ` | [ ![ crates.io] ( https://img.shields.io/crates/v/cast5.svg )] ( https://crates.io/crates/cast5 ) | [ ![ Documentation] ( https://docs.rs/cast5/badge.svg )] ( https://docs.rs/cast5 ) | [ ![ build] ( https://github.com/RustCrypto/block-ciphers/workflows/cast5/badge.svg?branch=master&event=push )] ( https://github.com/RustCrypto/block-ciphers/actions?query=workflow:cast5+branch:master )
22
22
| [ DES] ( https://en.wikipedia.org/wiki/Data_Encryption_Standard ) + [ 3DES] ( https://en.wikipedia.org/wiki/Triple_DES ) (DEA, 3DEA) | ` des ` | [ ![ crates.io] ( https://img.shields.io/crates/v/des.svg )] ( https://crates.io/crates/des ) | [ ![ Documentation] ( https://docs.rs/des/badge.svg )] ( https://docs.rs/des ) | [ ![ build] ( https://github.com/RustCrypto/block-ciphers/workflows/des/badge.svg?branch=master&event=push )] ( https://github.com/RustCrypto/block-ciphers/actions?query=workflow:des+branch:master )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " aes"
3
- version = " 0.6.0 "
3
+ version = " 0.7.0-pre "
4
4
description = """
5
5
Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)
6
6
including support for AES in counter mode (a.k.a. AES-CTR)
You can’t perform that action at this time.
0 commit comments