diff options
Diffstat (limited to 'srp/CHANGELOG.md')
-rw-r--r-- | srp/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srp/CHANGELOG.md b/srp/CHANGELOG.md index a87a934..8ab2aaa 100644 --- a/srp/CHANGELOG.md +++ b/srp/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.6.0 (2022-01-22) ### Changed -- Use `modpow` for constant time modular exponentation ([#78]) +- Use `modpow` for constant time modular exponentiation ([#78]) - Rebuild library ([#79]) [#78]: https://github.com/RustCrypto/PAKEs/pull/78 |