download
raw
606 Bytes
import type { Hash } from "../hash/index.js";
export declare function shake128(size: number, data: Uint8Array): Uint8Array;
export declare function shake256(size: number, data: Uint8Array): Uint8Array;
export declare class SHAKE128 implements Hash {
blockSize: number;
size: number;
private sha3;
constructor(size: number);
update(data: Uint8Array): void;
digest(): Uint8Array;
}
export declare class SHAKE256 implements Hash {
blockSize: number;
size: number;
private sha3;
constructor(size: number);
update(data: Uint8Array): void;
digest(): Uint8Array;
}

Xet Storage Details

Size:
606 Bytes
·
Xet hash:
a8027fa6da3c6bc4bc9c7091f21fdfe50391331a41d26bd55220f911b6efc0d2

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