pixelspark / catena

Catena is a distributed database based on a blockchain, accessible using SQL.
MIT License
302 stars 23 forks source link

Make Node IDs public keys #40

Open pixelspark opened 7 years ago

pixelspark commented 7 years ago

This allows to implement encryption and authentication between nodes in the future.

pixelspark commented 7 years ago

This helps in determining whether to replace a peer (if the peer can prove that it is in fact the same peer that connected earlier, this can be smoother).