]> git.lizzy.rs Git - PAKEs.git/history - src
(cargo-release) start next development iteration 0.0.10-alpha.0
[PAKEs.git] / src /
2018-08-21 Brian Warnercargo fmt
2018-08-21 Brian Warnerupdate deps: hkdf-0.6
2018-07-19 Brian Warnerforbid unsafe_code, and warnings durings tests
2018-06-03 Brian Warneruse newtypes for Password and Identity to avoid usage...
2018-05-25 Brian Warnerderive Eq and PartialEq too
2018-05-25 Brian Warnerimplement Debug for SPAKE2, to help downstream applicat...
2018-05-23 Brian Warnercargo fmt
2018-05-22 Brian WarnerCargo.toml: update to latest hkdf
2018-05-22 Brian WarnerCargo.toml: update to latest rand and curve25519-dalek
2018-03-24 Brian Warnerupdate to hkdf-0.4
2018-03-06 Brian Warnerupdate to curve25519-dalek-0.15
2018-02-27 Brian Warnerremove redundant field names, thanks clippy
2018-02-11 Brian Warnerspake2.rs: remove unnecessary ref, thanks clippy
2017-12-19 Brian Warnerformat everything with rustfmt
2017-12-06 Brian Warnerupdate to curve25519-dalek-0.14
2017-11-15 Brian Warnerupdate to hex-0.3
2017-10-12 Brian Warnerupdate to the curve25519-dalek 0.12 API
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-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 Warneradd support for symmetric mode
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