Update
File: hellnet/crypto/asymmetric [Diff]
-- a/hellnet/crypto/asymmetric++ b/hellnet/crypto/asymmetric
@@ -1,4 +1,4 @@
h1. Asymmetric encryption
Most likely to be "GnuPG":http://en.wikipedia.org/wiki/GnuPG. AES.
-- /dev/null++ b/hellnet/protocols/HTTP
@@ -1 +1,6 @@
h1. Hellnet HTTP interfaces
Peers are going to pass queries via HTTP queries (like GET /chunks/0a/04588fab48f or POST /insert with data piece). More info is coming.
HTTP interfaces are best suited for Hellnet communication, and encryption and anonymousness (with proxying) can be easily added.
-- a/hellnet/protocols/queries++ b/hellnet/protocols/queries
@@ -1,3 +1,7 @@
h1. DEPRECATED
This page contains deprecated information. This is going to be replaced with [[HTTP|HTTP interfaces]].
h1. Hellnet queries
Warning: This document is WIP(Work In Progress) and incomplete. No implementation of these features was made yet.
-- a/hellnet/protocols/transfer++ b/hellnet/protocols/transfer
@@ -1,3 +1,7 @@
h1. DEPRECATED
This page contains deprecated information. This is going to be replaced with [[HTTP|HTTP interfaces]].
h1. HellNet data transfer protocol
This protocol is used to transfer data structures between HellNet nodes.