Skip to content

Commit 554ec5c

Browse files
committed
No need for the SemVer policy, already handled by default
1 parent a8c3812 commit 554ec5c

8 files changed

Lines changed: 0 additions & 38 deletions

File tree

argon2/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ It implements the following three algorithmic variants:
2323
Support is provided for embedded (i.e. `no_std`) environments, including
2424
ones without `alloc` support.
2525

26-
## SemVer Policy
27-
28-
- All on-by-default features of this library are covered by SemVer
29-
3026
## License
3127

3228
Licensed under either of:

balloon-hash/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ This algorithm is first practical password hashing function that provides:
2222
- Performance which meets or exceeds the best heuristically secure
2323
password-hashing algorithms
2424

25-
## SemVer Policy
26-
27-
- All on-by-default features of this library are covered by SemVer
28-
- MSRV is considered exempt from SemVer as noted above
29-
3025
## License
3126

3227
Licensed under either of:

bcrypt-pbkdf/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
Pure Rust implementation of the [`bcrypt_pbkdf`] password-based key derivation
1111
function, a custom derivative of PBKDF2 [used in OpenSSH].
1212

13-
## SemVer Policy
14-
15-
- All on-by-default features of this library are covered by SemVer
16-
- MSRV is considered exempt from SemVer as noted above
17-
1813
## License
1914

2015
Licensed under either of:

password-auth/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ When multiple algorithms are enabled, it will still default to Argon2 for
3838
`generate_hash`, but will be able to verify password hashes from PBKDF2 and
3939
scrypt as well, if you have them in your password database.
4040

41-
## SemVer Policy
42-
43-
- All on-by-default features of this library are covered by SemVer
44-
- MSRV is considered exempt from SemVer as noted above
45-
4641
## License
4742

4843
Licensed under either of:

pbkdf2/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99

1010
Pure Rust implementation of the [Password-Based Key Derivation Function v2 (PBKDF2)][1].
1111

12-
## SemVer Policy
13-
14-
- All on-by-default features of this library are covered by SemVer
15-
1612
## License
1713

1814
Licensed under either of:

scrypt/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99

1010
Pure Rust implementation of the [scrypt key derivation function][1].
1111

12-
## SemVer Policy
13-
14-
- All on-by-default features of this library are covered by SemVer
15-
- MSRV is considered exempt from SemVer as noted above
16-
1712
## License
1813

1914
Licensed under either of:

sha-crypt/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ a legacy password hashing scheme supported by the [POSIX crypt C library][2].
1313
Password hashes using this algorithm start with `$6$` when encoded using the
1414
[PHC string format][3].
1515

16-
## SemVer Policy
17-
18-
- All on-by-default features of this library are covered by SemVer
19-
- MSRV is considered exempt from SemVer as noted above
20-
2116
## License
2217

2318
Licensed under either of:

yescrypt/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ The implementation contained in this crate has never been independently audited!
1515

1616
USE AT YOUR OWN RISK!
1717

18-
## SemVer Policy
19-
20-
- All on-by-default features of this library are covered by SemVer
21-
- MSRV is considered exempt from SemVer as noted above
22-
2318
## License
2419

2520
Licensed under the BSD 2-clause license. See file [LICENSE] for more information.

0 commit comments

Comments
 (0)