Olaoluwa Osuntokun b1dfeb3724 switch default securityParamter to 32 bytes
* Node ID’s can only be as long as the security parameter k. Using 16
gives us much smaller overhead for routing messages. However, this
means all node ID’s would have to be 16 bytes.

* So with this change a node-id is the SHA-256 of a node’s public key.
The public key MUST be serialized in compressed form. This node-id
could then possibly be encoded as a bitcoin address (Base58Check).

* It’s assumed senders have a way to retrieve a node’s public key given
the node id.
2016-01-15 19:20:25 -08:00
2016-01-15 19:20:22 -08:00
Languages
Go 99.4%
Shell 0.4%
Makefile 0.1%