neucrypto
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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

Package Sidebar

Install

npm i neucrypto

Weekly Downloads

2

Version

1.0.4

License

none

Unpacked Size

147 kB

Total Files

20

Last publish

Collaborators

  • clyng57