Commit Graph

4 Commits

Author SHA1 Message Date
Nick Thomas
cfd1b2f957 First pass at fragmenting 2013-08-09 03:11:15 +01:00
Nick Thomas
c77557b6ee Some doc / example updates 2013-08-06 23:16:28 +01:00
Nick Thomas
15a200eb0c Second night's commit.
We're a bit closer to something sane, now. We can wrap, but not unwrap,
packets.

Asymmetric encryption is *big*. encrypted text with a 4096-bit RSA
public key is 512 bytes. We can't fragment yet. Fortunately, this
isn't an infinite regress once we *can* fragment.

Performance is still a big question mark, of course.

There may still be endianness issues hanging around.

The eid<->rloc map is almost certainly far, far too slow to be of
any use in the real world.
2013-08-04 03:07:20 +01:00
Nick Thomas
b8758a3944 Document how the pass 1 implementation will operate. 2013-08-02 21:13:49 +01:00