]> git.lizzy.rs Git - PAKEs.git/commitdiff
Fix a typo (#107)
authorDirk Stolle <striezel-dev@web.de>
Wed, 5 Oct 2022 09:15:43 +0000 (11:15 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 09:15:43 +0000 (09:15 +0000)
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