Age | Commit message (Expand) | Author |
2017-12-18 | format everything with rustfmt | Brian Warner |
2017-12-05 | update to curve25519-dalek-0.14 | Brian Warner |
2017-11-15 | update to hex-0.3 | Brian Warner |
2017-10-12 | update to the curve25519-dalek 0.12 API | Brian Warner |
2017-09-21 | comment out debug messages | Brian Warner |
2017-09-21 | move from (unmaintained) rust-crypto to RustCrypto ('sha2' crate) | Brian Warner |
2017-09-04 | hush remaining lints, thanks clippy for the suggestions | Brian Warner |
2017-09-04 | fix several clippy lints | Brian Warner |
2017-05-30 | fix all tests, refactor some code for easier testing | Brian Warner |
2017-05-25 | fix incorrect tests | Brian Warner |
2017-05-25 | fix test_sizes: needed to strip side-byte before transcript hash | Brian Warner |
2017-05-25 | slow progress, got password-to-scalar working | Brian Warner |
2017-05-24 | change the nature of the failure. still wrong, but better wrong! | Brian Warner |
2017-05-24 | improvements for tests, which of course fail | Brian Warner |
2017-05-24 | add support for symmetric mode | Brian Warner |
2017-05-24 | fix blinding factors, implement full algorithm | Brian Warner |
2017-05-23 | more progress, make some dummy implementations pass tests | Brian Warner |
2017-05-23 | update, make it compile (but not work, of course) | Brian Warner |
2017-05-22 | more | Brian Warner |
2017-05-17 | more sketches, help from manishearth | Brian Warner |
2017-05-06 | initial sketches, help from hdevalence | Brian Warner |