MCPcopy Index your code
hub / github.com/simstudioai/sim / sha256Hex

Function sha256Hex

packages/security/src/hash.ts:8–10  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

6 * caller only needs to verify equality without ever reversing the hash.
7 */
8export function sha256Hex(input: string): string {
9 return createHash('sha256').update(input, 'utf8').digest('hex')
10}

Callers 15

hash.test.tsFile · 0.90
computeStateHashMethod · 0.90
generateUnsubscribeTokenFunction · 0.90
verifyUnsubscribeTokenFunction · 0.90
hashApiKeyFunction · 0.90
passwordSlotFunction · 0.90
resolveServableDocBytesFunction · 0.90
processDocumentAsyncFunction · 0.90
createChunkFunction · 0.90
updateChunkFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected