Thanks!
And does it verify message signatures locally also, using that Subtle Crypto?
For storing thre nsec locally noStrudel is using the browsers buildin SubtleCrypto API https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto
The code can be found here https://github.com/hzrd149/nostrudel/blob/master/src/services/signing.tsx
Thanks!
And does it verify message signatures locally also, using that Subtle Crypto?
no, event signatures are not verified locally yet. noStrudel just trusts the relays at this point.
verifying them was causing some performance issues although in the future id like to verify the signatures in another thread so it wouldn't effect the performance
Cool!
How are you liking #typescript?
ever since https://vitejs.dev/ ( and other similar bundlers ) came out its been a lot better than plain JavaScript however its probably missing a lot of performance benefits a native language gets