Skip to content

nthparty/oblivious_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oblivious_rs

Rust implementation of the python oblivious library.

Purpose

This library is a thin wrapper over the curve25519-dalek library, and is designed to
streamline NthParty's OPRF and OT protocols across implementations in different
languages.

Package Installation and Usage

Currently, the package must be cloned locally and added to your project's Cargo.toml as follows:

[dependencies]
oblivious_rs = { path = "<path_to_oblivious_rs>" }

The library can then be imported as normal:

extern crate oblivious_rs;
use oblivious_rs::point::Point;
use oblivious_rs::scalar::Scalar;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages