aboutsummaryrefslogtreecommitdiff
path: root/srp/src/lib.rs
AgeCommit message (Collapse)Author
2022-01-22srp v0.6.0 (#84)Tony Arcieri
2022-01-22srp: rebuild library (#79)Josh Brown
Complete rewrite of the SRP library. Includes many improvements over the old library: - Improved file and code organization - Access to individual SRP computations - Consistent sever and client API - Simpler API - Improved documentation with tests in documentation - New tests for compatibility with the RFC - Bumps dependencies - Timing safe verification comparisons - Modernized error handling
2021-12-202021 edition bump + doc improvements; MSRV 1.56 (#80)Tony Arcieri
- Bumps both `spake2` and `srp` to Rust 2021 edition - Uses the new `doc = include_str!(...)` attribute to include README.md files in the rustdoc - Improves the README.md files, adding an initial one for `srp` - clippy fixes for Rust 1.56
2021-12-20srp: replace custom powm with modpow (#78)Josh Brown
2021-07-24Fix typo over -> other (#60)Sosthene-Guedon
2021-06-21srp: fix typos in docstrings (#58)Luca Bruno
This fixes a few minor typos in docstrings.
2021-04-30Migrate to GitHub Actions (#42)Tony Arcieri
Uses the standard boilerplate we've been using for other projects
2019-04-07srp doc fix. closes #16Артём Павлов [Artyom Pavlov]
2018-12-06update srp to idioms of edition-2018Brian Warner
2018-10-23update SRP dependenciesАртём Павлов [Artyom Pavlov]
2018-10-17spake2 code reorganization (#6)Artyom Pavlov
2018-10-17add doc logonewpavlov
2018-10-16reformat all code to match rustfmt-1.29.0Brian Warner
2018-04-14doc updatenewpavlov
2017-11-01Fix a typo (#2)quininer
2017-08-17Updated srp docsnewpavlov
2017-08-14PAKE repository reorganizationАртём Павлов [Artyom Pavlov]