Standard library cryptography.
var cryptography = require( '@stdlib/crypto' );
Standard library cryptography.
var c = cryptography;
// returns {...}
var getKeys = require( 'object-keys' ).shim();
var ns = require( '@stdlib/crypto' );
console.log( getKeys( ns ) );