deltachat / deltachat-core-rust

Delta Chat Rust Core library, used by Android/iOS/desktop apps, bindings and bots 📧
https://delta.chat/en/contribute
Other
659 stars 85 forks source link

refactor: store public key instead of secret key for peer channels #5711

Closed link2xt closed 3 months ago

link2xt commented 3 months ago

We only need public key, so there is no need to derive it from secret key every time.