aboutsummaryrefslogtreecommitdiff
path: root/src/spake2.rs
AgeCommit message (Expand)Author
2017-12-18format everything with rustfmtBrian Warner
2017-12-05update to curve25519-dalek-0.14Brian Warner
2017-11-15update to hex-0.3Brian Warner
2017-10-12update to the curve25519-dalek 0.12 APIBrian Warner
2017-09-21comment out debug messagesBrian Warner
2017-09-21move from (unmaintained) rust-crypto to RustCrypto ('sha2' crate)Brian Warner
2017-09-04hush remaining lints, thanks clippy for the suggestionsBrian Warner
2017-09-04fix several clippy lintsBrian Warner
2017-05-30fix all tests, refactor some code for easier testingBrian Warner
2017-05-25fix incorrect testsBrian Warner
2017-05-25fix test_sizes: needed to strip side-byte before transcript hashBrian Warner
2017-05-25slow progress, got password-to-scalar workingBrian Warner
2017-05-24change the nature of the failure. still wrong, but better wrong!Brian Warner
2017-05-24improvements for tests, which of course failBrian Warner
2017-05-24add support for symmetric modeBrian Warner
2017-05-24fix blinding factors, implement full algorithmBrian Warner
2017-05-23more progress, make some dummy implementations pass testsBrian Warner
2017-05-23update, make it compile (but not work, of course)Brian Warner
2017-05-22moreBrian Warner
2017-05-17more sketches, help from manishearthBrian Warner
2017-05-06initial sketches, help from hdevalenceBrian Warner