Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

kammoh

kammoh opened a pull request on less-sig/LESS
Merge pull request #21 from less-sig/develop
Merge develop branch into main
kammoh pushed 4 commits to main less-sig/LESS
  • correctedn wrong w in cat1 short sig 343e692
  • Merge pull request #20 from less-sig/main Sync develop with main 18cff36
  • Merge branch 'main' into develop 881efa6
  • Merge pull request #21 from less-sig/develop Merge develop branch into main 2a902ab

View on GitHub

kammoh closed a pull request on less-sig/LESS
Merge develop branch into main
kammoh pushed 5 commits to develop less-sig/LESS
  • improve comment f91ab0b
  • update parameters +cleanup be5b63f
  • fix formatting 47759f0
  • Merge pull request #19 from kammoh/update_params Updated Parameters for Round 2 97f90d7
  • Merge branch 'main' into develop 881efa6

View on GitHub

kammoh opened a pull request on less-sig/LESS
Merge develop branch into main
kammoh deleted a branch kammoh/LESS

update_params

kammoh pushed 4 commits to main less-sig/LESS
  • improve comment f91ab0b
  • update parameters +cleanup be5b63f
  • fix formatting 47759f0
  • Merge pull request #19 from kammoh/update_params Updated Parameters for Round 2 97f90d7

View on GitHub

kammoh closed a pull request on less-sig/LESS
Updated Parameters for Round 2
kammoh pushed 3 commits to develop less-sig/LESS
  • Merge pull request #18 from less-sig/develop Merge develop into main 35634d3
  • random fix for benchmark so it compiles. probably wrong argument 327f110
  • Merge pull request #20 from less-sig/main Sync develop with main 18cff36

View on GitHub

kammoh closed a pull request on less-sig/LESS
Sync develop with main
kammoh opened a pull request on less-sig/LESS
Sync develop with main
kammoh pushed 1 commit to update_params kammoh/LESS

View on GitHub

kammoh created a branch on less-sig/LESS

update_params - Repository for the current status of the LESS submission

kammoh opened a pull request on less-sig/LESS
Updated Parameters for Round 2
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

View on GitHub

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

View on GitHub

kammoh closed a pull request on less-sig/LESS
Merge develop into main
kammoh opened a pull request on less-sig/LESS
Merge develop into main
kammoh closed a pull request on less-sig/LESS
Revert "Even faster fq reduction and subtraction"
Reverts less-sig/LESS#15
kammoh pushed 0 commits to main less-sig/LESS

View on GitHub

kammoh 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

View on GitHub

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#15
kammoh created a branch on less-sig/LESS

revert-15-ct_cond_sub - Repository for the current status of the LESS submission

kammoh pushed 2 commits to main less-sig/LESS
  • Even faster fq reduction and subtraction Changing the datatype to uint8_t allows the compiler to arrive at better ve... eeb5a94
  • Merge pull request #15 from kammoh/ct_cond_sub Even faster fq reduction and subtraction 0defebb

View on GitHub

kammoh closed a pull request on less-sig/LESS
Even faster fq reduction and subtraction
Changing the datatype to `uint8_t` allows the compiler to arrive at better vectorization. Now the Keygen is more than 20x faster on Apple M1 for CAT_3_BALANCED (and probably even more speedup fo...
kammoh opened a pull request on less-sig/LESS
Even faster fq reduction and subtraction
Changing the datatype to `uint8_t` allows the compiler to arrive at better vectorization. Now the Keygen is more than 20x faster on Apple M1 for CAT_3_BALANCED (and probably even more speedup fo...
Load more