Skip to content

Latest commit

 

History

History

crypto

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Crypto

Standard library cryptography.

Usage

var cryptography = require( '@stdlib/crypto' );

cryptography

Standard library cryptography.

var c = cryptography;
// returns {...}

Examples

var getKeys = require( 'object-keys' ).shim();
var ns = require( '@stdlib/crypto' );

console.log( getKeys( ns ) );