Closed panva closed 2 years ago
This PR fixes the ECDH deriveBits op when null is passed as length. This behaviour is covered by Web Platform Tests.
null
The global DOM types will get updated as soon as the spec bug around actually passing null as length gets fixed.
@microshine thank you, wasn't the publish workflow from master supposed to succeed?
@peculiar/webcrypto@1.4.1 has been published
@peculiar/webcrypto@1.4.1
Thank you,.
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.