# @zcloak/crypto

Various general-purpose cryptographic libraries used by [@zcloak](https://github.com/zCloak-Network) namespace.

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


## Usage

Installation -

```
yarn add @zcloak/crypto
```

Functions can be imported as follows:

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