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