Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 431 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 431 Bytes

@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';