From 566809c3934abc9a7418f897db31e3b7ad9fd947 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Wed, 5 Oct 2022 11:15:43 +0200 Subject: [PATCH] Fix a typo (#107) --- srp/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0