domo-iot / libp2p-rust-dht

MIT License
1 stars 1 forks source link

Key storage #8

Closed arpad-m closed 2 years ago

arpad-m commented 2 years ago

Implements key storage/persistence. I put the keys into a separate table for security reasons: it is easier to get code wrong that distinguishes between "secret" data for the main table and "shared" data for it. Open to suggestions for the key table's design. I also made it so that it can be changed to use RSA in the future, if needed.

arpad-m commented 2 years ago

https://github.com/sifis-home/libp2p-rust-dht/pull/1