dieumercimvemba's picture
download
raw
395 Bytes
export function decrypt(
key: Uint8Array,
ciphertext: Uint8Array,
iv: Uint8Array
): Promise<Uint8Array>;
export function encrypt(
key: Uint8Array,
plaintext: Uint8Array,
iv: Uint8Array
): Promise<Buffer>;
export function calculateMAC(key: Buffer, data: Uint8Array): Uint8Array;
export function deriveSecrets(
key: Uint8Array,
salt: Buffer,
info: Buffer
): [Buffer, Buffer];

Xet Storage Details

Size:
395 Bytes
·
Xet hash:
1ea86975e90257e2b2c528e4dbcc01109ac0b37f4f0ac505d4eaa652bfe7e2ba

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