aboutsummaryrefslogtreecommitdiff
path: root/spake2/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 spake2 to edition-2018Brian Warner
2018-10-17spake2 code reorganization (#6)Artyom Pavlov