@zcloak/message
v2.0.6
Published
zCloak message package
Downloads
115
Readme
@zcloak/message
This repository defines a peer-to-peer messaging protocol, it includes to create and encrypt message, decrypt message and verify them.
Usage
Installation -
yarn add @zcloak/message
Functions can be imported as follows:
import { encrypt, decrypt } from '@zcloak/message';