aboutsummaryrefslogtreecommitdiff
path: root/srp/tests/mod.rs
AgeCommit message (Collapse)Author
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
2018-12-06update srp to idioms of edition-2018Brian Warner
2018-11-27deps: update to rand-0.6Brian Warner
2018-10-23update SRP dependenciesАртём Павлов [Artyom Pavlov]
2018-10-16reformat all code to match rustfmt-1.29.0Brian Warner
2017-08-18Clippy updatesАртём Павлов [Artyom Pavlov]
2017-08-14PAKE repository reorganizationАртём Павлов [Artyom Pavlov]