Open jeka-kiselyov opened 7 years ago
There's space in message binary header to add some crypto. Check out lib/network/messages/Message.js -> toBinary()
We also need to check that hash sum in fromBinary() to be sure packet is not compromised.
There's space in message binary header to add some crypto. Check out lib/network/messages/Message.js -> toBinary()
We also need to check that hash sum in fromBinary() to be sure packet is not compromised.