aboutsummaryrefslogtreecommitdiff
path: root/srp/tests/srp.rs
AgeCommit message (Collapse)Author
2022-11-30srp: bump `rand` to v0.8 (#113)Tony Arcieri
It's under `dev-dependencies` and used for tests.
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