]> git.lizzy.rs Git - PAKEs.git/log
PAKEs.git
7 years agoslow progress, got password-to-scalar working
Brian Warner [Thu, 25 May 2017 21:32:19 +0000 (14:32 -0700)]
slow progress, got password-to-scalar working

* ported spake2.py password-to-scalar function, since dalek's built-in one
  does it differently
* added "side" byte in messages: emit in start(), strip+check in input()
* rewrote transcript-hashing (since transcript is fixed-size)

This adds a lot of debug prints, and moves a bunch of test-only code into the
top level, all of which will need to be undone eventually.

7 years agochange the nature of the failure. still wrong, but better wrong!
Brian Warner [Thu, 25 May 2017 01:21:06 +0000 (18:21 -0700)]
change the nature of the failure. still wrong, but better wrong!

7 years agoimprovements for tests, which of course fail
Brian Warner [Thu, 25 May 2017 01:05:27 +0000 (18:05 -0700)]
improvements for tests, which of course fail

7 years agoREADME: add travis badge
Brian Warner [Wed, 24 May 2017 08:45:41 +0000 (01:45 -0700)]
README: add travis badge

7 years agoadd travis-CI
Brian Warner [Wed, 24 May 2017 08:40:33 +0000 (01:40 -0700)]
add travis-CI

7 years agoadd support for symmetric mode
Brian Warner [Wed, 24 May 2017 08:39:25 +0000 (01:39 -0700)]
add support for symmetric mode

7 years agoREADME: warn people away from thinking this is ready for use
Brian Warner [Wed, 24 May 2017 07:48:43 +0000 (00:48 -0700)]
README: warn people away from thinking this is ready for use

7 years agoadd github-provided boilerplate: LICENSE, README, .gitignore
Brian Warner [Wed, 24 May 2017 07:44:56 +0000 (00:44 -0700)]
add github-provided boilerplate: LICENSE, README, .gitignore

7 years agofix blinding factors, implement full algorithm
Brian Warner [Wed, 24 May 2017 07:39:32 +0000 (00:39 -0700)]
fix blinding factors, implement full algorithm

7 years agomore progress, make some dummy implementations pass tests
Brian Warner [Wed, 24 May 2017 05:54:32 +0000 (22:54 -0700)]
more progress, make some dummy implementations pass tests

7 years agoupdate, make it compile (but not work, of course)
Brian Warner [Wed, 24 May 2017 03:17:27 +0000 (20:17 -0700)]
update, make it compile (but not work, of course)

7 years agomore
Brian Warner [Tue, 23 May 2017 01:04:17 +0000 (18:04 -0700)]
more

7 years agomore sketches, help from manishearth
Brian Warner [Wed, 17 May 2017 20:30:42 +0000 (13:30 -0700)]
more sketches, help from manishearth

7 years agoinitial sketches, help from hdevalence
Brian Warner [Sat, 6 May 2017 08:25:23 +0000 (01:25 -0700)]
initial sketches, help from hdevalence