refacor: KeyStore, KeySource

- (performance) build DecodingKey once (per refresh)
- (security) store algorithm in KeyData
This commit is contained in:
cduvray 2023-03-15 08:21:04 +01:00
parent 8f55bf9d3e
commit ca14e15b67
6 changed files with 125 additions and 63 deletions

View file

@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.8.1 (?-?-?)
No public API changes, no new features.
### Changed
- KeyStore, KeySource refactor for better performance and security
## 0.8.0 (2023-02-28)
### Added