Skip to content

crypto: remove webcrypto HKDF and PBKDF2 default-applied lengths

Both HKDF and PBKDF2 do not specify a default-applied length, this removes a possibly forgotten default used for initial development?

If length is null or zero, or is not a multiple of 8, then throw an OperationError.

Merge request reports

Loading