PeculiarVentures / webcrypto

A WebCrypto Polyfill for NodeJS
MIT License
185 stars 23 forks source link

fix: ECDH with null length #57

Closed panva closed 2 years ago

panva commented 2 years ago

This PR fixes the ECDH deriveBits op when null is passed as length. This behaviour is covered by Web Platform Tests.

The global DOM types will get updated as soon as the spec bug around actually passing null as length gets fixed.

panva commented 2 years ago

@microshine thank you, wasn't the publish workflow from master supposed to succeed?

microshine commented 2 years ago

@peculiar/webcrypto@1.4.1 has been published

panva commented 2 years ago

Thank you,.