errorsparty.dev-crypto
v1.0.1
Published
Some crypto functionality.
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-cryptoSecond, import the module into your project.
import { hash, test } from "errorsparty.dev-crypto";Start hashing/testing.
