Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Crypto

Standard library cryptography.

Usage

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

cryptography

Standard library cryptography.

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

Examples

var objectKeys = require( '@stdlib/utils/keys' );
var ns = require( '@stdlib/crypto' );

console.log( objectKeys( ns ) );