1.0.4 • Published 1 year ago

neucrypto v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

NeuCrypto

JavaScript Style Guide

A module for various crypto methods. Works in browser and node.js.

Table of Contents

Install

npm i neucrypto

Usage

NeuCrypto.hash:

import NeuCrypto from 'neucrypto'

const hash = await NeuCrypto.hash(...args)
// ...use byteView

NeuCrypto.createAPIKeyPair:

import NeuCrypto from 'neucrypto'

const apiKeyPair = await NeuCrypto.createAPIKeyPair()
// ...use apiKeyPair