aboutsummaryrefslogtreecommitdiff
path: root/spake2/benches/spake2.rs
AgeCommit message (Collapse)Author
2022-01-22spake2: capitalization and doc fixes (#89)Tony Arcieri
Renames the following: - `SPAKE2` => `Spake2` - `SPAKEErr` -> `Error` Additionally lints for `missing_docs` and adds preliminary documentation for all types and methods which previously had none.
2018-12-06update spake2 to edition-2018Brian Warner
2018-10-15Add 'spake2/' from commit 'f6e9d07dffa9a9b39f203c23043f93337ebe1ab6'Brian Warner
git-subtree-dir: spake2 git-subtree-mainline: 1afa40d15b0c2cecc989bdfc67a5251aa5cd5954 git-subtree-split: f6e9d07dffa9a9b39f203c23043f93337ebe1ab6 This moves https://github.com/warner/spake2.rs into the "spake2/" subdirectory of https://github.com/RustCrypto/PAKEs . I'll move the release tags over next, then update the travis config and READMEs.