]> git.lizzy.rs Git - PAKEs.git/blobdiff - srp/CHANGELOG.md
Fix a typo (#107)
[PAKEs.git] / srp / CHANGELOG.md
index a87a934b782618cfac7199f9c1ed21565753165a..8ab2aaa17eaff7e29f2b8a361facf73a3a5582e1 100644 (file)
@@ -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