1.0.8 • Published 6 years ago

js-umbral v1.0.8

Weekly downloads
2
License
AGPL-3.0-only
Repository
github
Last release
6 years ago

jsUmbral

A partial, but working Javascript implementation of Umbral encryption by Nucypher

Reverently ported/copied from pyUmbral to be 100% compatible for use with Nucypher

Additional info on Umbral:

Install

yarn add js-umbral

Currently supported features
  • encrypt
import { pre, defaultCurve } from 'js-umbral'

const keypair = defaultCurve.genKeyPair()
keypair.getPublic()
const { ciphertext, capsule } = pre.encrypt(keypair.pub, 'You will ride eternal, shiny and chrome.')

to run the tests

  • clone this repo
  • yarn install
  • yarn test
you may wish to familiarize yourself with these essential component libraries
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago