Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-30 | Migrate to GitHub Actions (#42) | Tony Arcieri | |
Uses the standard boilerplate we've been using for other projects | |||
2019-08-06 | update spake2 to current hkdf-0.8 | Brian Warner | |
2018-12-06 | update spake2 to edition-2018 | Brian Warner | |
2018-12-06 | reformat using rustfmt from latest 1.31.0 | Brian Warner | |
2018-12-06 | add group name to SPAKE2 Debug impl | Brian Warner | |
2018-12-03 | More idiomatic Debug impl | Richo Healey | |
2018-11-29 | fix rustfmt | Brian Warner | |
2018-11-27 | deps: update to rand-0.6 | Brian Warner | |
2018-10-29 | fix spake2 doctests | Brian Warner | |
2018-10-29 | spake2: add docs and basic doctest to lib.rs | Brian Warner | |
2018-10-17 | update spake2 deps (sha2-0.8, hkdf-0.7) | Brian Warner | |
2018-10-17 | spake2 code reorganization (#6) | Artyom Pavlov | |
2018-10-17 | add doc logo | newpavlov | |
2018-10-16 | reformat all code to match rustfmt-1.29.0 | Brian Warner | |
2018-10-15 | Add '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. |