Skip to content

MohamadMansouri/oblivious-transfer-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is an implementation of the universally composable oblivious transfer protocol presented in CRYPTO'08.

The repository includes:

  • A library for operations inside fields of prime order
  • A library for Elliptic Curve Cryptography operations (specifically curve secp256r1 and curve bn254).
  • A library for dual-mode encryption scheme (it currently contains only a construction base don DDH).
  • The OT protocol

Building

mkdir build
cd build && cmake ..
make
ctest --verbose

About

Oblivious Transfer Based on Dual-Mode Encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published