main
crypto: read WebCrypto inputs through primordials
crypto: fix Argon2 validation errors
lib: fix typo in lib/internal/crypto/certificate.js
crypto: share WebCrypto method and usage helpers
crypto: add mgf1Hash for RSA-OAEP
crypto: coerce -0 to +0 before native calls
crypto: unify asymmetric key import through KeyObjectHandle::Init
crypto: validate key generation options
crypto: support non-byte WebCrypto lengths and cSHAKE
crypto: coerce -0 keylen to +0 in pbkdf2 and scrypt
test,doc: cover and document multi-byte offset/size in randomFill
crypto: align verifyOneShot accepted types
crypto: reuse X509 issuer result