UNPKG

@meeco/cryppo

Version:

In-browser encryption and decryption. Clone of Ruby Cryppo

5 lines 184 B
export declare enum CipherStrategy { AES_GCM = "AES-GCM" } export declare const strategyToAlgorithm: (algorithm: string) => CipherStrategy; //# sourceMappingURL=strategies.d.ts.map