rpsteiger / ts-opaque-ea

proof of concept impleation for opaque-ea in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TS-OPAQUE-EA

This project builds on OPAQUE_EA by Tatiana Bradley and Sofía Celi.

ts-opaque-ea-status

Set up & Run Tests

Note: in order to run all the integration tests, you need a local OPAQUE-EA instance running. Check out my forked repo, for a configuration that runs locally here.

  # Change to ts dir
  cd ts-opaque-ea
  # Install dependencies
  npm i
  # Run tests
  npx jest

About

proof of concept impleation for opaque-ea in TypeScript

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 76.4%Language:JavaScript 23.6%