MCPcopy Create free account
hub / github.com/porsager/postgres / sha256

Function sha256

cjs/src/connection.js:1030–1032  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

1028}
1029
1030function sha256(x) {
1031 return crypto.createHash('sha256').update(x).digest()
1032}
1033
1034function xor(a, b) {
1035 const length = Math.max(a.length, b.length)

Callers 1

SASLContinueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected