const {
getHashes
} = await import('crypto');
console.log(getHashes()); // ['DSA', 'DSA-SHA', 'DSA-SHA1', ...]
An array of the names of the supported hash algorithms, such as 'RSA-SHA256'
. Hash algorithms are also called "digest" algorithms.
Generated using TypeDoc
Returns
An array of the names of the supported hash algorithms, such as
'RSA-SHA256'
. Hash algorithms are also called "digest" algorithms.