fiatjaf / nos2x

nostr signer extension
278 stars 55 forks source link

Add support for nip44 #47

Closed staab closed 6 months ago

staab commented 1 year ago

https://github.com/nostr-protocol/nips/pull/715

Depends on https://github.com/nbd-wtf/nostr-tools/pull/326, will need a dependency update and rebuild.

staab commented 1 year ago

Based on this comment I've added caching of conversation keys to reduce the performance impact of having to re-derive the shared key every time.

staab commented 7 months ago

Updated to the bulk api described here: https://github.com/nostr-protocol/nips/pull/940

@fiatjaf anything we need to do to get this merged?