]> git.lizzy.rs Git - PAKEs.git/history - Cargo.toml
use hashed key to compute M
[PAKEs.git] / Cargo.toml
2021-12-21 Tony Arcieri2021 edition bump + doc improvements; MSRV 1.56 (#80)
2018-10-16 Brian WarnerCargo.toml: add spake2 to the workspace
2018-10-16 Brian WarnerAdd 'spake2/' from commit 'f6e9d07dffa9a9b39f203c23043f...
2018-09-24 Brian WarnerREADME/Cargo.toml: add more badges
2018-08-21 Brian Warner(cargo-release) start next development iteration 0...
2018-08-21 Brian Warner(cargo-release) version 0.1.0
2018-08-21 Brian Warner(cargo-release) start next development iteration 0...
2018-08-21 Brian Warner(cargo-release) version 0.0.9
2018-08-21 Brian Warnerupdate deps: hkdf-0.6
2018-07-27 Brian Warnerupdate deps: curve25519-dalek=0.19
2018-06-26 Brian Warnerupdate deps: curve25519-dalek=0.18
2018-05-26 Brian Warner(cargo-release) start next development iteration 0...
2018-05-26 Brian Warner(cargo-release) version 0.0.8
2018-05-26 Brian Warnerupdate deps: num-bigint=0.2
2018-05-25 Brian Warner(cargo-release) start next development iteration 0...
2018-05-25 Brian Warner(cargo-release) version 0.0.7
2018-05-25 Brian WarnerCargo.toml: remove redundant dev-dep on hex
2018-05-23 Brian Warner(cargo-release) start next development iteration 0...
2018-05-23 Brian Warner(cargo-release) version 0.0.6
2018-05-22 Brian WarnerCargo.toml: update to latest hkdf
2018-05-22 Brian WarnerCargo.toml: update to latest rand and curve25519-dalek
2018-04-29 Brian Warner(cargo-release) start next development iteration 0...
2018-04-29 Brian Warner(cargo-release) version 0.0.5
2018-03-24 Brian Warnerupdate to curve25519-dalek-0.16
2018-03-24 Brian Warnerupdate to hkdf-0.4
2018-03-06 Brian Warnerupdate to curve25519-dalek-0.15
2018-01-28 Brian Warner(cargo-release) start next development iteration 0...
2018-01-28 Brian Warner(cargo-release) version 0.0.4
2018-01-25 Brian Warnerupdate to rand-0.4, since dalek-0.14.4 uses it
2017-12-06 Brian Warnerupdate to curve25519-dalek-0.14
2017-11-29 Brian Warner(cargo-release) start next development iteration 0...
2017-11-29 Brian Warner(cargo-release) version 0.0.3
2017-11-29 Brian Warnerupdate to hkdf-0.3 and sha2-0.7 (new Digest API)
2017-11-25 Brian Warnerupdate to curve25519-dalek 0.13
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 Warnerrelease 0.0.2, still preliminary
2017-09-21 Brian Warneradd benchmarks: run 'cargo bench'
2017-09-21 Brian Warnermove from (unmaintained) rust-crypto to RustCrypto...
2017-08-14 Артём Павлов [Arty... PAKE repository reorganization
2017-08-14 Артём Павлов [Arty... doc fixes
2017-08-14 Артём Павлов [Arty... v0.2.0
2017-08-13 Артём Павлов [Arty... Docs update
2017-08-13 Артём Павлов [Arty... Pinning dependency versions
2017-08-13 Артём Павлов [Arty... Cargo.toml updates
2017-08-13 Артём Павлов [Arty... First commit
2017-08-01 Brian WarnerMerge PR1: update docs
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 Warnerslow progress, got password-to-scalar working
2017-05-25 Brian Warnerimprovements for tests, which of course fail
2017-05-24 Brian Warnerupdate, make it compile (but not work, of course)
2017-05-17 Brian Warnermore sketches, help from manishearth
2017-05-06 Brian Warnerinitial sketches, help from hdevalence