Standard library cryptography.
var cryptography = require( '@stdlib/crypto' );Standard library cryptography.
var c = cryptography;
// returns {...}arc4( key ): create an (alleged) RC4 stream cipher.
var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/crypto' );
console.log( objectKeys( ns ) );