diff options
author | Sosthene-Guedon <51865119+Sosthene-Guedon@users.noreply.github.com> | 2021-07-24 23:15:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-24 14:15:53 -0700 |
commit | 9adff97485cf3c8a70cff6aa44bc7076e5c3949b (patch) | |
tree | a7f9f7ee398f1082afccb42c20589bcb58c30995 /srp/src | |
parent | 6b65126be00f67886128239f8eeb3169dceb9304 (diff) | |
download | PAKEs-9adff97485cf3c8a70cff6aa44bc7076e5c3949b.tar.xz |
Fix typo over -> other (#60)
Diffstat (limited to 'srp/src')
-rw-r--r-- | srp/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srp/src/lib.rs b/srp/src/lib.rs index 4cb7a7a..2d02400 100644 --- a/srp/src/lib.rs +++ b/srp/src/lib.rs @@ -7,7 +7,7 @@ //! algorithm for private key computation instead of method described in the //! SRP literature. //! -//! Compatibility with over implementations was not yet tested. +//! Compatibility with other implementations was not yet tested. //! //! # Usage //! Add `srp` dependency to your `Cargo.toml`: |