We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b37a10 commit f1cf92cCopy full SHA for f1cf92c
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## 10.0.0 (unreleased)
4
5
-- BREAKING: use traits for crypto backends, you have to choose between `aws_lc_rs` and `rust_crypto`
+- BREAKING: now using traits for crypto backends, you have to choose between `aws_lc_rs` and `rust_crypto`
6
- Add `Clone` bound to `decode`
7
8
## 9.3.1 (2024-02-06)
src/algorithms.rs
@@ -23,7 +23,6 @@ impl AlgorithmFamily {
23
Algorithm::RS512,
24
Algorithm::PS256,
25
Algorithm::PS384,
26
- Algorithm::PS384,
27
Algorithm::PS512,
28
],
29
Self::Ec => &[Algorithm::ES256, Algorithm::ES384],
0 commit comments