aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Stolle <striezel-dev@web.de>2022-10-05 11:15:43 +0200
committerGitHub <noreply@github.com>2022-10-05 09:15:43 +0000
commit566809c3934abc9a7418f897db31e3b7ad9fd947 (patch)
tree077e9e6a32c76c6984984305f1975082f09580bc
parent435dc07cf956458fcc09d1b048a5d99ca0fea536 (diff)
downloadPAKEs-566809c3934abc9a7418f897db31e3b7ad9fd947.tar.xz
Fix a typo (#107)
-rw-r--r--srp/CHANGELOG.md2
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