MCPcopy Create free account
hub / github.com/node-modules/utility / sha512

Function sha512

src/crypto.ts:82–84  ·  view source on GitHub ↗
(s: HashInput, format?: BinaryToTextEncoding)

Source from the content-addressed store, hash-verified

80 * @public
81 */
82export function sha512(s: HashInput, format?: BinaryToTextEncoding): string {
83 return hash('sha512', s, format);
84}
85
86/**
87 * HMAC algorithm.

Callers

nothing calls this directly

Calls 1

hashFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…