UNPKG

e2ee-ts

Version:

A module that provides RSA & AES encryption interfaces

6 lines 159 B
type AESTagLength = 32 | 64 | 96 | 104 | 112 | 120 | 128; interface AESEncrypt { data: ArrayBuffer; iv: Uint8Array; } //# sourceMappingURL=AES.d.ts.map