File tree Expand file tree Collapse file tree 6 files changed +14
-16
lines changed Expand file tree Collapse file tree 6 files changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,6 @@ The following describes the security level ratings associated with each hash fun
37
37
| :yellow_heart : | Theoretical break: security lower than claimed |
38
38
| :broken_heart : | Attack demonstrated in practice: avoid if at all possible |
39
39
40
- ## Minimum Supported Rust Version (MSRV) Policy
41
-
42
- MSRV bump is considered a breaking change and will be performed only with a minor version bump.
43
-
44
40
## Example
45
41
46
42
Crates functionality is expressed in terms of traits defined in the [ ` cipher ` ] crate.
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ dual licensed as above, without any additional terms or conditions.
85
85
[ rustc-image ] : https://img.shields.io/badge/rustc-1.85+-blue.svg
86
86
[ chat-image ] : https://img.shields.io/badge/zulip-join_chat-blue.svg
87
87
[ chat-link ] : https://rustcrypto.zulipchat.com/#narrow/stream/260049-stream-ciphers
88
- [ build-image ] : https://github.com/RustCrypto/stream-ciphers/workflows/chacha20/badge.svg?branch=master&event=push
89
- [ build-link ] : https://github.com/RustCrypto/stream-ciphers/actions?query=workflow%3Achacha20
88
+ [ build-image ] : https://github.com/RustCrypto/stream-ciphers/actions/ workflows/chacha20.yml /badge.svg?branch=master
89
+ [ build-link ] : https://github.com/RustCrypto/stream-ciphers/actions/workflows/chacha20.yml ?query=branch:master
90
90
[ hazmat-image ] : https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg
91
91
[ hazmat-link ] : https://github.com/RustCrypto/meta/blob/master/HAZMAT.md
92
92
Original file line number Diff line number Diff line change @@ -45,10 +45,12 @@ dual licensed as above, without any additional terms or conditions.
45
45
[ docs-link ] : https://docs.rs/hc-256/
46
46
[ license-image ] : https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
47
47
[ rustc-image ] : https://img.shields.io/badge/rustc-1.85+-blue.svg
48
- [ hazmat-image ] : https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg
48
+ [ chat-image ] : https://img.shields.io/badge/zulip-join_chat-blue.svg
49
+ [ chat-link ] : https://rustcrypto.zulipchat.com/#narrow/stream/260049-stream-ciphers
50
+ [ build-link ] : https://github.com/RustCrypto/stream-ciphers/actions/workflows/hc-256.yml?query=branch:master
51
+ [ build-image ] : https://github.com/RustCrypto/stream-ciphers/actions/workflows/hc-256.yml/badge.svg?branch=master
49
52
[ hazmat-link ] : https://github.com/RustCrypto/meta/blob/master/HAZMAT.md
50
- [ build-image ] : https://github.com/RustCrypto/stream-ciphers/workflows/hc-256/badge.svg?branch=master&event=push
51
- [ build-link ] : https://github.com/RustCrypto/stream-ciphers/actions?query=workflow%3Ahc-256
53
+ [ hazmat-image ] : https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg
52
54
53
55
[ // ] : # ( footnotes )
54
56
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ dual licensed as above, without any additional terms or conditions.
47
47
[ rustc-image ] : https://img.shields.io/badge/rustc-1.85+-blue.svg
48
48
[ chat-image ] : https://img.shields.io/badge/zulip-join_chat-blue.svg
49
49
[ chat-link ] : https://rustcrypto.zulipchat.com/#narrow/stream/260049-stream-ciphers
50
- [ build-image ] : https://github.com/RustCrypto/stream-ciphers/workflows/rabbit/badge.svg?branch=master&event=push
51
- [ build-link ] : https://github.com/RustCrypto/stream-ciphers/actions?query=workflow%3Arabbit
50
+ [ build-image ] : https://github.com/RustCrypto/stream-ciphers/actions/ workflows/rabbit.yml /badge.svg?branch=master
51
+ [ build-link ] : https://github.com/RustCrypto/stream-ciphers/actions/workflows/rabbit.yml ?query=branch:master
52
52
[ hazmat-image ] : https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg
53
53
[ hazmat-link ] : https://github.com/RustCrypto/meta/blob/master/HAZMAT.md
54
54
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Crate] [ crate-image ]] [ crate-link ]
4
4
[ ![ Docs] [ docs-image ]] [ docs-link ]
5
- [ ![ Build Status] [ build-image ]] [ build-link ]
6
5
![ Apache2/MIT licensed] [ license-image ]
7
6
![ Rust Version] [ rustc-image ]
8
7
[ ![ Project Chat] [ chat-image ]] [ chat-link ]
8
+ [ ![ Build Status] [ build-image ]] [ build-link ]
9
9
[ ![ HAZMAT] [ hazmat-image ]] [ hazmat-link ]
10
10
11
11
Pure Rust implementation of the [ RC4 stream cipher] [ 1 ] .
@@ -49,8 +49,8 @@ dual licensed as above, without any additional terms or conditions.
49
49
[ rustc-image ] : https://img.shields.io/badge/rustc-1.85+-blue.svg
50
50
[ chat-image ] : https://img.shields.io/badge/zulip-join_chat-blue.svg
51
51
[ chat-link ] : https://rustcrypto.zulipchat.com/#narrow/stream/260049-stream-ciphers
52
- [ build-image ] : https://github.com/RustCrypto/stream-ciphers/actions/workflows/rc4.yml/badge.svg
53
- [ build-link ] : https://github.com/RustCrypto/stream-ciphers/actions/workflows/rc4.yml
52
+ [ build-image ] : https://github.com/RustCrypto/stream-ciphers/actions/workflows/rc4.yml/badge.svg?branch=master
53
+ [ build-link ] : https://github.com/RustCrypto/stream-ciphers/actions/workflows/rc4.yml?query=branch:master
54
54
[ hazmat-image ] : https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg
55
55
[ hazmat-link ] : https://github.com/RustCrypto/meta/blob/master/HAZMAT.md
56
56
Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ dual licensed as above, without any additional terms or conditions.
58
58
[ rustc-image ] : https://img.shields.io/badge/rustc-1.85+-blue.svg
59
59
[ chat-image ] : https://img.shields.io/badge/zulip-join_chat-blue.svg
60
60
[ chat-link ] : https://rustcrypto.zulipchat.com/#narrow/stream/260049-stream-ciphers
61
+ [ build-image ] : https://github.com/RustCrypto/stream-ciphers/actions/workflows/salsa20.yml/badge.svg?branch=master
62
+ [ build-link ] : https://github.com/RustCrypto/stream-ciphers/actions/workflows/salsa20.yml?query=branch:master
61
63
[ hazmat-image ] : https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg
62
64
[ hazmat-link ] : https://github.com/RustCrypto/meta/blob/master/HAZMAT.md
63
- [ build-image ] : https://github.com/RustCrypto/stream-ciphers/workflows/salsa20/badge.svg?branch=master&event=push
64
- [ build-link ] : https://github.com/RustCrypto/stream-ciphers/actions?query=workflow%3Asalsa20
65
65
66
66
[ // ] : # ( footnotes )
67
67
You can’t perform that action at this time.
0 commit comments