Buckets:
| export declare class SHA3 { | |
| private rate; | |
| private outputSize; | |
| private state; | |
| private absorbedBytes; | |
| constructor(rate: number, outputSize: number); | |
| absorb(bytes: Uint8Array): void; | |
| squeeze(): Uint8Array; | |
| } | |
| export declare class SHA3XOF { | |
| private rate; | |
| private outputSize; | |
| private state; | |
| private absorbedBytes; | |
| constructor(rate: number, outputSize: number); | |
| absorb(bytes: Uint8Array): void; | |
| squeeze(): Uint8Array; | |
| } | |
Xet Storage Details
- Size:
- 469 Bytes
- Xet hash:
- a1a62a3c4290a6d50dc3a3ae1e133864d2237a7ceae52795589bedaccb2bd993
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.