File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ this implementation generates branch-free code.
4949It's possible to extend constant-time guarantees to other CPU architectures.
5050Please 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
Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ Double operation (a.k.a. "multiply-by-x") in Galois Field `GF(2^n)` using
1111the lexicographically first polynomial among the irreducible degree ` n ` polynomials
1212having 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
1624Licensed under either of:
You can’t perform that action at this time.
0 commit comments