Skip to content

Commit 147e038

Browse files
authored
cmov+dbl: add new MSRV policy to README.md (#1211)
See RustCrypto/meta#26
1 parent 8fd3707 commit 147e038

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

cmov/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ this implementation generates branch-free code.
4949
It's possible to extend constant-time guarantees to other CPU architectures.
5050
Please open an issue with your desired CPU architecture if this interests you.
5151

52-
## Minimum Supported Rust Version
52+
## Minimum Supported Rust Version (MSRV) Policy
5353

54-
Rust **1.85** or newer.
54+
MSRV increases are not considered breaking changes and can happen in patch
55+
releases.
5556

56-
In the future, we reserve the right to change MSRV (i.e. MSRV is out-of-scope
57-
for this crate's SemVer guarantees), however when we do it will be accompanied by
58-
a minor version bump.
57+
The crate MSRV accounts for all supported targets and crate feature
58+
combinations, excluding explicitly unstable features.
5959

6060
## License
6161

dbl/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Double operation (a.k.a. "multiply-by-x") in Galois Field `GF(2^n)` using
1111
the lexicographically first polynomial among the irreducible degree `n` polynomials
1212
having a minimum number of coefficients.
1313

14+
## Minimum Supported Rust Version (MSRV) Policy
15+
16+
MSRV increases are not considered breaking changes and can happen in patch
17+
releases.
18+
19+
The crate MSRV accounts for all supported targets and crate feature
20+
combinations, excluding explicitly unstable features.
21+
1422
## License
1523

1624
Licensed under either of:

0 commit comments

Comments
 (0)