Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
kammoh pushed 1 commit to ct_cond_sub kammoh/LESS
- Even faster fq reduction and subtraction Changing the datatype to uint8_t allows the compiler to arrive at better ve... eeb5a94
kammoh pushed 2 commits to main less-sig/LESS
kammoh closed a pull request on less-sig/LESS
Constant-time version of `fq_cond_sub`
This is a bit slower than the previous conditional implementation. A preliminary benchmark shows ~ a 7% increase in Keygen time (CAT_3_BALANCED). Note that it's possible that a "smart" compiler m...kammoh opened a pull request on less-sig/LESS
Constant-time version of `fq_cond_sub`
This is a bit (maybe ~10%?) slower than the previous conditional implementation. Note that it's possible that a "smart" compiler might still turn this into non-constant time instructions.kammoh created a branch on kammoh/LESS
ct_cond_sub - Repository for the current status of the LESS submission
kammoh pushed 2 commits to main less-sig/LESS
kammoh closed a pull request on less-sig/LESS
remove unused functions
+ a random fix for compilation of bench_sorting. This could be wrong, but at least compiles.kammoh opened a pull request on less-sig/LESS
remove unused functions
+ a random fix for compilation of bench_sorting. This could be wrong, but at least compiles.kammoh created a branch on kammoh/LESS
cleanup_1 - Repository for the current status of the LESS submission
kammoh pushed 13 commits to main less-sig/LESS
- Canonical forms (#7) added canonical forms a963886
- [CMake] Fix OpenSSL dependency cmake build 540fba1
- Merge pull request #8 from kammoh/develop [CMake] Fix OpenSSL dependency cmake build e6ff693
- Bugfix in cf (#9) facb11e
- added rref benchmarking, and some other small things 6fcfddc
- updated opt ef25fd1
- forgot to add normalized_rng to bench_col_sorting 20da190
- fixxed bug in cf5 5b4c8f4
- New params (#10) 2a61322
- Added pivot reuse compiler option for signature generation. 6893081
- optimized mod q=127 reduction and other F_q operations Note: as with the previous code (%, etc.), none of this is co... 08b1a6c
- An even faster modular reduction Unlike the previous Barrett reduction, the conditional subtraction is very much NOT... 17880e0
- Merge pull request #12 from kammoh/faster_fq_red An even faster `fq_red` 726e49f
kammoh closed a pull request on less-sig/LESS
An even faster `fq_red`
A faster modular reduction (mod 127). Cycle count for `LESS_benchmark_cat_3_BALANCED` on macOS/arm64 (Apple M1 MAX, macOS 15.2, Apple clang version 16.0.0 (clang-1600.0.26.6)): | ...kammoh created a branch on kammoh/LESS
faster_fq_red - Repository for the current status of the LESS submission
kammoh opened a pull request on less-sig/LESS
Simple optimization of modular reduction: up to 10.9x speedup!
A simple Barrett reduction and some other F_q tweaks. Cycle count for `LESS_benchmark_cat_3_BALANCED` on macOS/arm64 (Apple M1 MAX, macOS 15.2, Apple clang version 16.0.0 (clang-1600.0.26.6)): ...kammoh created a branch on kammoh/LESS
optimized_fq - Repository for the current status of the LESS submission
kammoh pushed 2 commits to develop kammoh/LESS
kammoh closed a pull request on less-sig/LESS
[CMake] Fix OpenSSL dependency cmake build
find OpenSSL and add include directory and libskammoh opened a pull request on less-sig/LESS
[CMake] Fix OpenSSL dependency cmake build
find OpenSSL and add include directory and libskammoh created a branch on kammoh/LESS
develop - Repository for the current status of the LESS submission