diff options
author | David Barksdale <amatus.amongus@gmail.com> | 2011-08-16 22:12:24 -0500 |
---|---|---|
committer | David Barksdale <amatus.amongus@gmail.com> | 2011-08-16 22:12:24 -0500 |
commit | 0d5338d650c4bfb2e348a9ba2fc9f96d95338bb4 (patch) | |
tree | 5af9a6068cde29a09f42ec1480d6bb28f48631bc /NOTES | |
parent | af5a8c69b30930198bd91923353cf0119c44e75b (diff) |
Some work on the new transport protocol.
Merged hello.clj and transport.clj.
Split topology code from transport.clj into topology.clj.
Many small changes of minor significance.
Diffstat (limited to 'NOTES')
-rw-r--r-- | NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -(use '(org.gnu.clojure.gnunet bloomfilter core crypto exception filesharing hello hostlist inet iostream message parser peer tcp transport util)) +(use '(org.gnu.clojure.gnunet bloomfilter core crypto exception filesharing hostlist inet iostream message parser peer tcp topology transport util)) (def random (java.security.SecureRandom.)) (def keypair (generate-rsa-keypair! random)) (def my-peer (new-peer {:public-key (.getPublic keypair) :private-key (.getPrivate keypair) :random random})) |