UNPKG

hybrid-crypto-js

Version:

Hybrid (RSA+AES) encryption and decryption toolkit for JavaScript

7 lines (5 loc) 104 B
// @flow import Crypt from './crypt'; import RSA from './rsa'; window.Crypt = Crypt; window.RSA = RSA;