GHHG10's picture
download
raw
306 Bytes
import { createHash } from "crypto"
export namespace Hash {
export function fast(input: string | Buffer): string {
return createHash("sha1").update(input).digest("hex")
}
export function sha256(input: string | Buffer): string {
return createHash("sha256").update(input).digest("hex")
}
}

Xet Storage Details

Size:
306 Bytes
·
Xet hash:
1b158e177a1b4a807b191e68afc66d43823ba45319fc82daefd4afe0303df63d

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.