Skip to content

Latest commit

 

History

History

message

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@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';