Skip to content

C implementation of the IRTF BBS Internet Draft

License

Notifications You must be signed in to change notification settings

StephanSchmiedmayer/libbbs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libbbs

Specification-compliant and performant implementation of the bbs signature scheme.

Provides a library libbbs implementing the BLS12381-SHA-256 cipher suite.

Setup

Prerequisites

Dependencies:

  • gmp
  • cmake (build only)

Installation

mkdir build
cd build
cmake ..
make install

Test

mkdir build
cd build
cmake ..
make -j
make test

About

C implementation of the IRTF BBS Internet Draft

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 92.7%
  • Ruby 5.4%
  • CMake 1.9%