proteus-hd
v1.0.4
Published
Signal Protocol (with header encryption) implementation for JavaScript. Based on Proteus.js.
Downloads
38
Readme
Proteus-HD
NOTE: Using header encryption will make message decryption process much slower! You may want to use Proteus.js in most cases.
While Proteus.js is an implementation of the Signal Protocol without header encryption, Proteus-HD take advantage of the header encryption variant of Double Ratchet Algorithm to make communication more secure.
Build Status
Installation
Node.js
yarn add proteus-hd
Browser
Use a module bundler or UMD builds in the dist
folder
Usage
Browser
Node.js
TypeScript
import * as Proteus from 'proteus-hd';
const identity: Proteus.keys.IdentityKeyPair = Proteus.keys.IdentityKeyPair.new();