Results 252 comments of Mark Nadal

OSSL might have a nifty function for this already, here `ConvertWebCryptoSignatureToDerSignature ` at https://github.com/PeculiarVentures/node-webcrypto-ossl/blob/master/src/ec/ec_dsa.cpp#L175 ? Is this theoretically what is needed? Or not related?

@dmitrizagidulin @christiansmith (long time no chat!) we are having the same problem, signatures from Browser native WebCrypto with ECDSA SHA-256 / P-256 do not properly verify in NodeJS using `@trust/webcrypto`...

@LeonardPauli if you submit a pull request with this we'll accept it and get it merged :D

@509dave16 your project looks really cool, I'd love to hear more? Thanks for a detailed report, it is exceptional!! This issue is specific to gun-level or GUN in general? Because...

@509dave16 sounds awesome. Great work. Thanks for the deeper understanding/explanation!

That is a great idea, could you make a PR to the README of this repo? Then I'll accept it!

I've also added my thoughts (should've posted them here, accidentally posted them in the other thread https://github.com/PsychoLlama/gun-level/pull/44 ). @zrrrzzt I am very grateful at how thorough and effective at testing/assessing/analyzing...

Just FYI @zrrrzzt https://gitter.im/amark/gun?at=5a5bb8075ade18be397611e4 :) :) :) will add you to the README of contributors when I update the README next, too! I (and everybody else) are very grateful. :)

@NorikDavtian welcome!!! :) That particular test we found out is actually non-deterministic (if you re-run a couple times it will occasionally pass). I didn't write the code, so I would...