Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
kammoh opened a pull request on less-sig/LESS
Merge pull request #21 from less-sig/develop
Merge develop branch into mainkammoh pushed 3 commits to develop less-sig/LESS
kammoh created a branch on less-sig/LESS
update_params - Repository for the current status of the LESS submission
kammoh created a branch on kammoh/LESS
update_params - Repository for the current status of the LESS submission
kammoh pushed 1 commit to main less-sig/LESS
- random fix for benchmark so it compiles. probably wrong argument 327f110
kammoh pushed 13 commits to main less-sig/LESS
- cleanup 95b72b0
- optimized mod q=127 reduction and other F_q operations (#11) Note: as with the previous code (%, etc.), none of this... 095b248
- more clean up in th benchmark 81be869
- removed more unused code 8cef95b
- more work on unneded code/todos 982b952
- optimized mod q=127 reduction and other F_q operations Note: as with the previous code (%, etc.), none of this is co... 09bf7c8
- An even faster modular reduction Unlike the previous Barrett reduction, the conditional subtraction is very much NOT... 900ca2c
- remove unused functions + a random fix for compilation of bench_sorting. This could be wrong, but at least compiles. 4003512
- constant-time version of fq_cond_sub This is a bit (maybe ~10%?) slower than the previous conditional implementation... d529b3d
- Even faster fq reduction and subtraction Changing the datatype to uint8_t allows the compiler to arrive at better ve... 3d51db4
- fixed build and merge issues 58dccbe
- Merge pull request #17 from kammoh/fast_fq Fast modular reduction and F_q operations dd7397c
- Merge pull request #18 from less-sig/develop Merge develop into main 35634d3
kammoh closed a pull request on less-sig/LESS
Revert "Even faster fq reduction and subtraction"
Reverts less-sig/LESS#15kammoh pushed 7 commits to develop less-sig/LESS
- optimized mod q=127 reduction and other F_q operations Note: as with the previous code (%, etc.), none of this is co... 09bf7c8
- An even faster modular reduction Unlike the previous Barrett reduction, the conditional subtraction is very much NOT... 900ca2c
- remove unused functions + a random fix for compilation of bench_sorting. This could be wrong, but at least compiles. 4003512
- constant-time version of fq_cond_sub This is a bit (maybe ~10%?) slower than the previous conditional implementation... d529b3d
- Even faster fq reduction and subtraction Changing the datatype to uint8_t allows the compiler to arrive at better ve... 3d51db4
- fixed build and merge issues 58dccbe
- Merge pull request #17 from kammoh/fast_fq Fast modular reduction and F_q operations dd7397c
kammoh closed a pull request on less-sig/LESS
Fast modular reduction and F_q operations
Faster modular reduction for Q=127 and faster F_q subtraction. CAT_3_BALANCED balanced on Apple M1 shows > 20x speed-up. | | **keygen** | **sign** | **verify** | |---------...kammoh opened a pull request on less-sig/LESS
Fast modular reduction and F_q operations
Faster modular reduction for Q=127 and faster F_q subtraction. CAT_3_BALANCED balanced on Apple M1 shows > 20x speed-up. | | **keygen** | **sign** | **verify** | |---------...kammoh created a branch on kammoh/LESS
fast_fq - Repository for the current status of the LESS submission
kammoh opened a pull request on less-sig/LESS
Revert "Even faster fq reduction and subtraction"
Reverts less-sig/LESS#15kammoh created a branch on less-sig/LESS
revert-15-ct_cond_sub - Repository for the current status of the LESS submission