Buckets:
| import type { Hash } from "../hash/index.js"; | |
| export declare function sha256(data: Uint8Array): Uint8Array; | |
| export declare class SHA256 implements Hash { | |
| blockSize: number; | |
| size: number; | |
| private blocks; | |
| private currentBlockSize; | |
| private H; | |
| private l; | |
| private w; | |
| update(data: Uint8Array): void; | |
| digest(): Uint8Array; | |
| private process; | |
| } | |
Xet Storage Details
- Size:
- 375 Bytes
- Xet hash:
- 49b22310c1668f0293d1a99423c83fb4520afeaee1828595cd3a69c90973d6bf
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.