export default sjcl; /** @fileOverview Javascript cryptography implementation. * * Crush to remove comments, shorten variable names and * generally reduce transmission size. * * @author Emily Stark * @author Mike Hamburg * @author Dan Boneh */ /** * The Stanford Javascript Crypto Library, top-level namespace. * @namespace * @type any */ declare var sjcl: any;