sidelab-hash-provider
v1.0.2
Published
A package to store hash provider of xeguei app that are used in multiple micro-services
Downloads
1
Readme
Description
A package to store hash provider of xeguei app that are used in multiple micro-services
Install
$ yarn add sidelab-hash-provider
Usage
import { HashProvider } from 'sidelab-hash-provider';
const hashProvider = new HashProvider();
const hashed = hashProvider.hash(payload);
const isEqual = hashProvider.compare(payload, hashed);
Contribute
Clone this repository
Make your changes
Open a Pull Request