const {
getHashes,
} = await import('node:crypto');
console.log(getHashes()); // ['DSA', 'DSA-SHA', 'DSA-SHA1', ...]
Node crypto.getHashes function | API Reference | Bun BuildDocsReferenceGuidesBlogDiscord/node:crypto/getHashesFgetHashes BuildDocsReferenceGuidesBlogDiscord /node:crypto/getHashesFgetHashes crypto.getHashesfunction getHashes(): string[]; @returns
Search the reference...
/
function
An array of the names of the supported hash algorithms, such as 'RSA-SHA256'. Hash algorithms are also called "digest" algorithms.
Resources
ReferenceDocsGuidesDiscordMerch StoreGitHubBlogToolkit
RuntimePackage managerTest runnerBundlerPackage runnerProject
Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseBaked with ❤️ in San Francisco
We're hiring →Node crypto.getHashes function | API Reference | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- API documentation for function node:crypto.getHashes | Bun