Socket
Socket
Sign inDemoInstall

@cloudflare/voprf-ts

Package Overview
Dependencies
1
Maintainers
21
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @cloudflare/voprf-ts

Oblivious Pseudorandom Functions (OPRF) in TypeScript


Version published
Weekly downloads
1K
decreased by-0.95%
Maintainers
21
Install size
2.31 MB
Created
Weekly downloads
 

Readme

Source

voprf-ts

This is a TypeScript library for Oblivious Pseudorandom Functions (OPRF).

NPM

Use

Available at: @cloudflare/voprf-ts

 $ npm install @cloudflare/voprf-ts

Specification

IETF draft VOPRF v08

Test and Coverage

 $ npm ci
 $ npm test

Dependencies

It uses the Stanford Javascript Crypto Library sjcl. To enable support for elliptic curves a compilation step is required, which produces the necessary files inside the ./src/sjcl folder.

 $ make -f sjcl.Makefile

License

BSD-3-Clause

Keywords

FAQs

Last updated on 03 Dec 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc