NikolayBlagoev / DecCom-Python

Decentralised communication with Python made easy
MIT License
0 stars 0 forks source link

Add signing of peers #2

Closed NikolayBlagoev closed 7 months ago

NikolayBlagoev commented 7 months ago

When peers send information they should sign that data if the peer has a valid pubkey. IF NOT (as some peers may not make use of public keys), a fallback policy needs to be implemented of either accepting such peers or dropping them (user specified)