Crypto Module
This module contains all cryptographic functions needed for Signum.
Installation
npm i @signumjs/crypto
yarn add @signumjs/crypto
<script src='https://cdn.jsdelivr.net/npm/@signumjs/crypto/dist/signumjs.crypto.min.js'></script>
The namespace is sig$crypto
const keys = sig$crypto.generateMasterKeys('passphrase');
API Reference