PABLOF7z on Nostr: One thing I did recently on ndk for highlighter is make it possible to move the ...
One thing I did recently on ndk for highlighter is make it possible to move the signature verification to be asynchronous:
Events are assumed to have a valid signature and become immediately available to the app.
In the background, all events are verified and if one fails the application is warned about it, so that action can be taken (e.g. flag the relay to the user as a malicious relay)
I think this is a pretty good trade off between speed and verification.
Events are assumed to have a valid signature and become immediately available to the app.
In the background, all events are verified and if one fails the application is warned about it, so that action can be taken (e.g. flag the relay to the user as a malicious relay)
I think this is a pretty good trade off between speed and verification.