Skip to content

accumulators-agg/bp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bilinear Accumulators

Based on Nguyen accumulators and uses BLS12-381.

Instructions

Dependencies

sudo apt-get update
sudo apt-get install cmake build-essential checkinstall autotools-dev autoconf libgmp-dev libgmp3-dev libflint-dev
sudo snap install go --classic

Install go-mcl

git clone --recursive https://github.com/herumi/mcl
cd mcl/
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
sudo cmake --build build --target install
sudo ldconfig

Run benchmarks

time sh scripts/bp-acc-bench.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published