Ecosyste.ms: Timeline

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

kammoh

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

View on GitHub

kammoh pushed 2 commits to main less-sig/LESS
  • constant-time version of fq_cond_sub This is a bit (maybe ~10%?) slower than the previous conditional implementation... d6aeb33
  • Merge pull request #14 from kammoh/ct_cond_sub Constant-time version of `fq_cond_sub` ed5b8b1

View on GitHub

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
  • remove unused functions + a random fix for compilation of bench_sorting. This could be wrong, but at least compiles. 2736416
  • Merge pull request #13 from kammoh/cleanup_1 remove unused functions b98ea05

View on GitHub

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

View on GitHub

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 starred tscheipel/HaDes-V
kammoh starred lalrpop/lalrpop
kammoh starred rust-bakery/nom
kammoh starred real-logic/simple-binary-encoding
kammoh starred AudioKit/AudioKitSynthOne
kammoh starred AudioKit/AudioKitUI
kammoh starred AudioKit/AudioKitEX
kammoh starred AudioKit/AudioKit
kammoh pushed 2 commits to develop kammoh/LESS
  • Merge pull request #8 from kammoh/develop [CMake] Fix OpenSSL dependency cmake build e6ff693
  • [test] commented out non-existing functions to fix build 4bbe450

View on GitHub

kammoh closed a pull request on less-sig/LESS
[CMake] Fix OpenSSL dependency cmake build
find OpenSSL and add include directory and libs
kammoh opened a pull request on less-sig/LESS
[CMake] Fix OpenSSL dependency cmake build
find OpenSSL and add include directory and libs
kammoh created a branch on kammoh/LESS

develop - Repository for the current status of the LESS submission

kammoh forked less-sig/LESS

kammoh/LESS

kammoh created a comment on an issue on llvm/circt
Awesome 🎉🎉🎉 Thank you for the quick fix!

View on GitHub

kammoh created a comment on an issue on llvm/circt
The annotation is applied correctly when the `--preserve-aggregate=vec` (or `all`, or `1d-vec` for this example) is used, but I really don't want to keep _all_ vectors. Seems that the `SVAttributeA...

View on GitHub

kammoh opened an issue on llvm/circt
[firtool] `firrtl.AttributeAnnotation` on arrays is ignored by firtool
Following MWE is based on [`sv-attr.fir`](https://github.com/llvm/circt/blob/f2eab5954f3327706678c77da12385bd526e9533/test/firtool/sv-attr.fir) test: ```FIRRTL FIRRTL version 4.0.0 circuit Foo: ...
Load more