1.0.4 • Published 6 years ago

proteus-hd v1.0.4

Weekly downloads
8
License
GPL-3.0
Repository
github
Last release
6 years ago

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

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();