Skip to content
/ mcl Public
forked from herumi/mcl

a portable and fast pairing-based cryptography library

License

Notifications You must be signed in to change notification settings

aayux/mcl

 
 

Repository files navigation

Non-interactive Anonymous Tokens

This is proof-of-concept implementation for Non-interactive Anonymous Tokens (NIAT). This implementation was built on top of the mcl library.

The source code that you would be interested in are niat.cpp and niat.h.

Author(s): Anonymous Authors

How to run the code

  1. Clone the repo:

  2. Compile the binary using

make bin/niat.exe
  1. Execute the program
./bin/niat.exe

About

a portable and fast pairing-based cryptography library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 55.4%
  • LLVM 21.4%
  • Assembly 10.6%
  • Python 5.2%
  • C# 2.0%
  • Java 1.4%
  • Other 4.0%