Skip to content

lib: add diagnostics_channel events to cipher and hashing algorithms

Adding crypto.cipher.new, crypto.decipher.new, crypto.cipheriv.new, crypto.decipheriv.new, crypto.hash.new, crypto.hash.copy, crypto.hmac.new, crypto.sign.new and crypto.verify.new diagnostics_channel events so APMs don't need to patch the crypto module to know when a particular crypto algorithm is used.

Merge request reports

Loading