This is seriously awesome, Martti. ๐๐ฅ
I am building a Nostr client in Rust focused on Private Messaging (initially with just NIP-17 but optional Double-Ratchet is on the roadmap).
I would be willing to donate where necessary to have this implementation in Rust (ideally in Nostr-SDK, if this gets formalised as a NIP? cc @Yuki Kishimoto).
I'll cross-reference and test using Iris, when I begin this. ๐
Login to reply
Replies (3)
I'll check it soon!
That would be great! NIP: View quoted note โ
This is seriously awesome, Martti. ๐๐ฅ
I am building a Nostr client in Rust focused on Private Messaging (initially with just NIP-17 but optional Double-Ratchet is on the roadmap).
I would be willing to donate where necessary to have this implementation in Rust (ideally in Nostr-SDK, if this gets formalised as a NIP? cc @Yuki Kishimoto).
I'll cross-reference and test using Iris, when I begin this. ๐
View quoted note →
I've started working on it here:
For now I've only implemented the algorithm for NIP117. Soon I'll add also support for persistent session state and integration with the nostr-sdk library.
GitHub
Add Double Ratchet support by yukibtc ยท Pull Request #797 ยท rust-nostr/nostr
WIP