Commit Graph

23 Commits

Author SHA1 Message Date
e6cc4425c6 I2P string format 2016-02-04 00:54:51 -08:00
7e32bd2458 convert date to go time 2016-02-04 00:07:09 -08:00
51e944ec28 use I2P integer 2016-02-03 23:55:33 -08:00
28cf578847 Merge pull request #2 from majestrate/master
make it compile
2016-02-01 10:26:29 -08:00
57dc6836ac make it compile 2016-02-01 08:06:24 -05:00
473e9e26ae add lease, lease_set, mapping, router_address, router_identity, and router_info 2016-02-01 01:56:10 -08:00
cd14a81abb Merge pull request #1 from majestrate/master
Initial base files
2016-01-30 16:10:28 -08:00
de2dc8dbf9 update readme 2016-01-30 17:17:45 -05:00
7b2aefb78c go fmt 2016-01-29 08:38:00 -05:00
5d043d79e7 * rework dsa test
* add initial ed25519 (not done)

* fix common.Certificate compile error

* add more functions to crypto.SigningPrivateKey interface, not everyone implements them yet
2016-01-29 08:36:04 -05:00
6fcab3b7dd get rid of stdi2p package, move everything relivent to common package 2016-01-29 07:35:17 -05:00
1e471e4e00 format with go fmt 2016-01-29 07:22:31 -05:00
f2c6e01206 add more members to delivery instructions 2016-01-29 07:19:54 -05:00
3c62d42c42 more progress:
* add tunnel crypto

* add base boilter plate for tunnel message processing
2016-01-28 18:19:23 -05:00
45656d356f * add hash.go in crypto package
* add base32 / base64 in destination

* add helper functions for base64 / base32
2016-01-28 15:32:09 -05:00
4b583e7c0e make elg decrypter a pointer 2016-01-28 15:21:59 -05:00
48d9efe4b4 fix up elg crypto parts 2016-01-28 15:21:01 -05:00
3deb15e012 move crypto parts from stdi2p to crypto package 2016-01-28 15:11:54 -05:00
b52e4adc04 fix elg test case so it compiles 2016-01-28 13:01:13 -05:00
5f2ea50e2f add datastructures:
* signing keys (minus eddsa)

* some key certs

* destinations

* make crypto.ElgamalPublicKey implement stdi2p.PublicEncryptionKey
2016-01-28 12:58:58 -05:00
5cf389a79d make it compile 2016-01-28 10:46:09 -05:00
67d49585af add base files 2016-01-28 10:16:26 -05:00
581742fcc4 Initial commit 2015-08-04 10:36:00 -07:00