]> git.lizzy.rs Git - PAKEs.git/shortlog
PAKEs.git
2017-11-15 Brian WarnerREADME: add badge for codecov.io
2017-11-15 Brian Warnerupdate to hex-0.3
2017-10-12 Brian Warnerupdate to the curve25519-dalek 0.12 API
2017-10-08 Brian Warneradd test coverage (cargo-tarpaulin) and codecov.io...
2017-09-21 Brian Warnerrelease 0.0.2, still preliminary
2017-09-21 Brian Warneradd benchmarks: run 'cargo bench'
2017-09-21 Brian Warnercomment out debug messages
2017-09-21 Brian Warnermove from (unmaintained) rust-crypto to RustCrypto...
2017-09-04 Brian Warnerhush remaining lints, thanks clippy for the suggestions
2017-09-04 Brian Warnerfix several clippy lints
2017-08-01 Brian WarnerMerge PR1: update docs
2017-08-01 Isis LovecruftAdd badges for crates.io and docs.rs to the README.
2017-08-01 Isis LovecruftLink to https://docs.rs/spake2 for doc builds.
2017-08-01 Brian WarnerCargo.toml: fix the travis badge URL
2017-08-01 Brian Warnerprep for preliminary 0.0.1 release
2017-05-30 Brian Warnerfix all tests, refactor some code for easier testing
2017-05-25 Brian Warnerfix incorrect tests
2017-05-25 Brian Warnerfix test_sizes: needed to strip side-byte before transc...
2017-05-25 Brian Warnerslow progress, got password-to-scalar working
2017-05-25 Brian Warnerchange the nature of the failure. still wrong, but...
2017-05-25 Brian Warnerimprovements for tests, which of course fail
2017-05-24 Brian WarnerREADME: add travis badge
2017-05-24 Brian Warneradd travis-CI
2017-05-24 Brian Warneradd support for symmetric mode
2017-05-24 Brian WarnerREADME: warn people away from thinking this is ready...
2017-05-24 Brian Warneradd github-provided boilerplate: LICENSE, README, ...
2017-05-24 Brian Warnerfix blinding factors, implement full algorithm
2017-05-24 Brian Warnermore progress, make some dummy implementations pass...
2017-05-24 Brian Warnerupdate, make it compile (but not work, of course)
2017-05-23 Brian Warnermore
2017-05-17 Brian Warnermore sketches, help from manishearth
2017-05-06 Brian Warnerinitial sketches, help from hdevalence