Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-09-24 | libstark: requires sse4, mark as x86_64-only | nia | 1 | -1/+4 | |
2022-04-02 | libstark: fix build | nia | 3 | -1/+28 | |
2021-10-26 | security: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -2/+2 | |
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2 | |||||
2021-10-07 | security: Remove SHA1 hashes for distfiles | nia | 1 | -2/+1 | |
2019-12-22 | Use -fopenmp instead of hard-coding libgomp. | joerg | 6 | -19/+47 | |
2019-10-28 | Import libstark-20191018 into the packages collection | agc | 11 | -0/+197 | |
The libSTARK library implements scalable and transparent argument of knowledge (STARK) systems. These systems can be executed with, or without, zero knowledge (ZK), and may be designed as either interactive or non-interactive protocols. The theoretical constructions which this library implements are described in detail in the zk-STARK paper: Scalable, transparent, and post-quantum secure computational integrity Eli Ben-Sasson and Iddo Bentov and Yinon Horesh and Michael Riabzev https://eprint.iacr.org/2018/046 |