]> git.lizzy.rs Git - PAKEs.git/blob - srp/CHANGELOG.md
Fix a typo (#107)
[PAKEs.git] / srp / CHANGELOG.md
1 # Changelog
2 All notable changes to this project will be documented in this file.
3
4 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7 ## 0.6.0 (2022-01-22)
8 ### Changed
9 - Use `modpow` for constant time modular exponentiation ([#78])
10 - Rebuild library ([#79])
11
12 [#78]: https://github.com/RustCrypto/PAKEs/pull/78
13 [#79]: https://github.com/RustCrypto/PAKEs/pull/79
14
15 ## 0.5.0 (2020-10-07)
16
17 ## 0.4.3 (2019-11-07)
18
19 ## 0.4.2 (2019-11-06)
20
21 ## 0.4.1 (2019-11-07)
22
23 ## 0.4.0 (2018-12-20)
24
25 ## 0.3.0 (2018-10-22)
26
27 ## 0.2.5 (2018-04-14)
28
29 ## 0.2.4 (2017-11-01)
30
31 ## 0.2.3 (2017-08-17)
32
33 ## 0.2.2 (2017-08-14)
34
35 ## 0.2.1 (2017-08-14)
36
37 ## 0.2.0 (2017-08-14)
38
39 ## 0.1.1 (2017-08-13)
40
41 ## 0.1.0 (2017-08-13)