9cf0b587b2
Checkpoint: Signing seems to work, but there's a lot of cruft and cross-checks.
2019-05-15 18:11:23 -07:00
d459850c54
This is a very naive Rust tanslation of the basic math behind the ed25519 crypto scheme.
...
In general, it's a straight translation of the Google code, which in
turn is "mostly taken from the ref10 version of Ed25519 in SUPERCOP
10241124.", except that it's been hand translated to rust with some
test case generators. Future versions should clean this up to be more
normally rust-y.
2019-05-14 21:54:59 -07:00
69cef498f2
[CHECKPOINT] Starting to parse these things.
2019-03-28 18:23:38 -07:00
47fae77a4f
Add some sample SSH keys for testing later.
2019-03-17 13:31:27 -07:00
40254014d3
Fix DSA test generation.
2019-03-07 16:26:46 -07:00
038db66c2f
Replace the old RSA testing infrastructure with some more integrated stuff.
2019-03-05 16:10:12 -07:00
bf13f4a1e6
Start generating RSA test cases as part of the normal infrastructure.
2019-03-01 20:44:33 -08:00
8d8351e833
Preliminary x.509 support. This is some of the ugliest code I've ever written, but it works. Ish.
2019-02-18 10:54:34 -08:00
3716dba87c
Add test cases for scaling and adding two points.
2019-02-10 17:46:19 -08:00
4529562cb8
This appears to work ... maybe. slowly.
2019-01-27 19:02:52 -08:00
f60a492a0b
Updated cabal file and generated test cases.
2019-01-18 21:54:18 -08:00
cdcfd9a3a3
Basic point math, with tests. Distressingly slow.
2019-01-08 09:45:02 -08:00
f3494d8524
Handle negative scaling factors.
2018-12-30 21:16:16 -08:00
eb82edea7e
Start with Elliptic Curve point math. Slow, but it works.
2018-12-30 21:00:10 -08:00