File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,15 @@ BLAKE2, SHA-2 or SHA-3.
22
22
| [ MD4] ( https://en.wikipedia.org/wiki/MD4 ) | | [ ![ crates.io] ( https://img.shields.io/crates/v/md4.svg )] ( https://crates.io/crates/md4 ) | [ ![ Documentation] ( https://docs.rs/md4/badge.svg )] ( https://docs.rs/md4 ) | :broken_heart : |
23
23
| [ MD5] ( https://en.wikipedia.org/wiki/MD5 ) [ :exclamation : ] ( #crate-names ) | | [ ![ crates.io] ( https://img.shields.io/crates/v/md-5.svg )] ( https://crates.io/crates/md-5 ) | [ ![ Documentation] ( https://docs.rs/md-5/badge.svg )] ( https://docs.rs/md-5 ) | :broken_heart : |
24
24
| [ RIPEMD-160] ( https://en.wikipedia.org/wiki/RIPEMD ) | | [ ![ crates.io] ( https://img.shields.io/crates/v/ripemd160.svg )] ( https://crates.io/crates/ripemd160 ) | [ ![ Documentation] ( https://docs.rs/ripemd160/badge.svg )] ( https://docs.rs/ripemd160 ) | :green_heart : |
25
+ | [ RIPEMD-320] ( https://en.wikipedia.org/wiki/RIPEMD ) | | [ ![ crates.io] ( https://img.shields.io/crates/v/ripemd320.svg )] ( https://crates.io/crates/ripemd320 ) | [ ![ Documentation] ( https://docs.rs/ripemd320/badge.svg )] ( https://docs.rs/ripemd320 ) | :green_heart : * |
25
26
| [ SHA-1] ( https://en.wikipedia.org/wiki/SHA-1 ) [ :exclamation : ] ( #crate-names ) | | [ ![ crates.io] ( https://img.shields.io/crates/v/sha-1.svg )] ( https://crates.io/crates/sha-1 ) | [ ![ Documentation] ( https://docs.rs/sha-1/badge.svg )] ( https://docs.rs/sha-1 ) | :broken_heart : |
26
27
| [ SHA-2] ( https://en.wikipedia.org/wiki/SHA-2 ) | | [ ![ crates.io] ( https://img.shields.io/crates/v/sha2.svg )] ( https://crates.io/crates/sha2 ) | [ ![ Documentation] ( https://docs.rs/sha2/badge.svg )] ( https://docs.rs/sha2 ) | :green_heart : |
27
28
| [ SHA-3] ( https://en.wikipedia.org/wiki/SHA-3 ) | Keccak | [ ![ crates.io] ( https://img.shields.io/crates/v/sha3.svg )] ( https://crates.io/crates/sha3 ) | [ ![ Documentation] ( https://docs.rs/sha3/badge.svg )] ( https://docs.rs/sha3 ) | :green_heart : |
28
29
| [ Streebog] ( https://en.wikipedia.org/wiki/Streebog ) | GOST R 34.11-2012 | [ ![ crates.io] ( https://img.shields.io/crates/v/streebog.svg )] ( https://crates.io/crates/streebog ) | [ ![ Documentation] ( https://docs.rs/streebog/badge.svg )] ( https://docs.rs/streebog ) | :yellow_heart : |
29
30
| [ Whirlpool] ( https://en.wikipedia.org/wiki/Whirlpool_(cryptography) ) | | [ ![ crates.io] ( https://img.shields.io/crates/v/whirlpool.svg )] ( https://crates.io/crates/whirlpool ) | [ ![ Documentation] ( https://docs.rs/whirlpool/badge.svg )] ( https://docs.rs/whirlpool ) | :green_heart : |
30
31
31
32
[ Security Level ] : https://en.wikipedia.org/wiki/Hash_function_security_summary
33
+ \* RIPEMD-320 provides only the same security as RIPEMD-160
32
34
33
35
### Security Level Legend
34
36
Original file line number Diff line number Diff line change 1
1
Copyright (c) 2006-2009 Graydon Hoare
2
2
Copyright (c) 2009-2013 Mozilla Foundation
3
- Copyright (c) 2016 Artyom Pavlov
3
+ Copyright (c) 2016 The RustCrypto Project Developers
4
4
5
5
Permission is hereby granted, free of charge, to any
6
6
person obtaining a copy of this software and associated
You can’t perform that action at this time.
0 commit comments