errorsparty.dev-crypto
v1.0.1
Published
Some crypto functionality.
Downloads
3
Readme
errorsparty.dev-crypto
Some crypto functionality.
How to use?
This is as easy as it can be.
Firstly, install the package.
yarn add errorsparty.dev-crypto
Second, import the module into your project.
import { hash, test } from "errorsparty.dev-crypto";
Start hashing/testing.