Skip to content

Latest commit

 

History

History

crypto

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@zcloak/crypto

Various general-purpose cryptographic libraries used by @zcloak namespace.

This repo is some functions is adapted from https://github.com/polkadot-js/common, thanks jacogr.

Usage

Installation -

yarn add @zcloak/crypto

Functions can be imported as follows:

import { mnemonicGenerate } from '@zcloak/crypto';