Skip to content

lazer-crypto/labrador

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains code implemented for the papers:

  • Orthus: Practical Sublinear Batch-Verification of Lattice Relations from Standard Assumptions. Madalina Bolboceanu, Jonathan Bootle, Vadim Lyubashevsky, Antonio Merino-Gallardo, and Gregor Seiler. To appear in the proceedings of Crypto 2026. (eprint)
  • A Toolkit for Succinct Lattice-Based Zero Knowledge Proofs. Beatrice Biasioli, Madalina Bolboceanu, Vadim Lyubashevsky, Antonio Merino-Gallardo, Michał Osadnik, Gregor Seiler, and Patrick Steuer. (soon on eprint)

A core component is a re-implementation of the LaBRADOR proof system with the aim of making it more composable with the newer protocols. It is built on top of the arithmetic from the original implementation.

Warning

This code is intended for research purposes and has not undergone the security review, testing, or validation required for production deployment.


Reproducing Results: Orthus

Note

This implementation can only be compiled for and run on CPUs that support the AVX-512 instruction set.

In order to run the aggregate signatures example whose results are reported in the paper:

  1. Compile the library for Falcon signatures:
cd Falcon-impl-20211101
make falcon_static.a
cd ..
  1. Choose the number of signatures to test by setting the value of the global variable SIGS in the aggsig.c file. Note that we currently only support multiples of 16 signatures.
  2. Compile and generate the aggsig executable by running make aggsig TIMING=1
  3. Run ./aggsig

Reproducing Results: A Toolkit for Succinct Lattice-Based Zero Knowledge Proofs

The benchmarks for this paper are implemented using the LaZer library, that under the hood runs the proof systems implemented in this repository. To reproduce the results, check out the updated repository for LaZer.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors