Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
smuellerDD pushed 5 commits to master smuellerDD/jitterentropy-library
- Add a tool "jitterentropy-osr" that allows selection of a maximal osr bound that would be acceptable under the constr... 90b84d2
- Make the jitterentropy-osr tool output a bit more informative and consistent, and support automated use of the result... a69625e
- Tried to better distinguish between the osr bound, the various bounds on this bound, and the invariants that are used... 99f42ca
- Add a first set of guesses using linear interpolation. Signed-off-by: Stephan Mueller <[email protected]> b85993b
- Consistently update minTime when minBound is updated. Signed-off-by: Stephan Mueller <[email protected]> 37d87d9
smuellerDD created a comment on a pull request on smuellerDD/esdm
Am Mittwoch, 4. Dezember 2024, 14:32:34 Mitteleuropäische Normalzeit schrieb Markus Theil: Hi Markus, > # Use case > esdm-server provides no useful logging, if used on a non-systemd Linux ...
smuellerDD created a comment on an issue on Ji-Peng/PQRV
Am Dienstag, 3. Dezember 2024, 03:26:12 Mitteleuropäische Normalzeit schrieb Ji-Peng: Hi Ji-Peng, > I would like to share with you my recent progress. > > Firstly, regarding the latency ...
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Ascon: complete Liunx kernel transition to SP800-232 Signed-off-by: Stephan Mueller <[email protected]> d3451cf
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Ascon: update Linux kernel support Signed-off-by: Stephan Mueller <[email protected]> bb9f053
smuellerDD closed a pull request on smuellerDD/esdm
NTG.1 updates for AIS20/31 version 3.0
This is a first patch for AIS 20/31 3.0. DRG.4 adaptations need another (larger one), as we have to take generated bits and not requests into account (probably).smuellerDD pushed 2 commits to master smuellerDD/esdm
- Meson: fix initialization of variables Signed-off-by: Stephan Mueller <[email protected]> 13d5a47
- NTG.1 updates for AIS20/31 version 3.0 Signed-off-by: Markus Theil <[email protected]> Signed-off-by: Stephan M... 57596e4
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Ascon: update documentation to match current API Signed-off-by: Stephan Mueller <[email protected]> a7c4b77
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Ascon: update to comply with SP800-232 The Ascon-Keccak test vectors require update due to the updated handling of t... 8b91abf
smuellerDD created a comment on an issue on Ji-Peng/PQRV
Am Donnerstag, 28. November 2024, 14:44:43 Mitteleuropäische Normalzeit schrieb Ji-Peng: Hi Ji-Peng, > By the way, have you been able to find the specifications for this CPU? I > haven't b...
smuellerDD closed an issue on ascon/ascon-c
Padding and little endian: pad byte of 0x80 or 0x01?
I am implementing the updated Ascon according to SP800-232 in my library leancrypto. As part of the development I found a discrepancy which I would like to check with you: The patch b12b2a9383e6...smuellerDD opened an issue on ascon/ascon-c
Padding and little endian: pad byte of 0x80 or 0x01?
I am implementing the updated Ascon according to SP800-232 in my library leancrypto. As part of the development I found a discrepancy which I would like to check with you: The patch b12b2a9383e6...smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- move X86-only code to X86 code Signed-off-by: Stephan Mueller <[email protected]> 74ebd36
smuellerDD pushed 2 commits to master smuellerDD/leancrypto
- doc: update readme Signed-off-by: Stephan Mueller <[email protected]> 7ede04a
- Add first bits of a FIPS140 support Signed-off-by: Stephan Mueller <[email protected]> c7f08fd
smuellerDD pushed 3 commits to master smuellerDD/leancrypto
- ML-DSA: RISCV64 - fix stupid bug introduced during porting Thanks to Ji Peng for finding it. Signed-off-by: Stephan... f2ea9db
- ML-KEM: dos->unix file format Signed-off-by: Stephan Mueller <[email protected]> 5e85a06
- ML-DSA: Add RISCV 64 support Signed-off-by: Stephan Mueller <[email protected]> 5736233
smuellerDD created a comment on an issue on Ji-Peng/PQRV
It is possible that it relates to my kernel. I am using 6.1 which does not have the proc file described in https://github.com/torvalds/linux/blob/master/Documentation/arch/riscv/vector.rst I am...
smuellerDD closed an issue on Ji-Peng/PQRV
Spacemit X60: RVV implementation causes SIGBUS
I am playing around with the Keccak RVV implementation on a Spacemit X60. Although the IM/IMB work flawless, the RVV cause a sigbus. Note, according to the vendor spec, /proc/cpuinfo and `getauxval...smuellerDD created a comment on an issue on Ji-Peng/PQRV
My sincere apologies to add such unnecessary issue. It is fixed now.
smuellerDD closed an issue on Ji-Peng/PQRV
RISCV64: polyvec_basemul_acc_montgomery smashes the stack
First of all, thanks a lot for your development! I have added the IM/IMB of Keccak to my crypto library [1]. Performance on a Spacemit X60 is stellar (see [2] for some hints). I also added ML-KE...smuellerDD created a comment on a pull request on smuellerDD/esdm
Am Dienstag, 26. November 2024, 15:41:39 Mitteleuropäische Normalzeit schrieb Markus Theil: Hi Markus, > You can view, comment on, or merge this pull request online at: > > https://git...
smuellerDD created a comment on an issue on Ji-Peng/PQRV
Am Sonntag, 24. November 2024, 13:49:34 Mitteleuropäische Normalzeit schrieb Ji-Peng: Hi Ji-Peng, > Regarding the `SIGBUS` issue: First, I want to point out that my code uses > the followi...
smuellerDD created a comment on an issue on Ji-Peng/PQRV
Am Sonntag, 24. November 2024, 13:40:10 Mitteleuropäische Normalzeit schrieb Ji-Peng: Hi Ji-Peng, > Thank you for your feedback. > > At first glance, I suspected that my code might have ...
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- ML-KEM: RISCV64 - use proper compile time options Signed-off-by: Stephan Mueller <[email protected]> 03602c4
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- fix copy & paste error Signed-off-by: Stephan Mueller <[email protected]> 7ef0aed
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Linux kernel: fix compilation Signed-off-by: Stephan Mueller <[email protected]> f856572
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- fix compilation on non-RISC64-systems Signed-off-by: Stephan Mueller <[email protected]> 846464d
smuellerDD opened an issue on Ji-Peng/PQRV
Spacemit X60: RVV implementation causes SIGBUS
I am playing around with the Keccak RVV implementation on a Spacemit X60. Although the IM/IMB work flawless, the RVV cause a sigbus. Note, according to the vendor spec, /proc/cpuinfo and `getauxval...smuellerDD opened an issue on Ji-Peng/PQRV
RISCV64: polyvec_basemul_acc_montgomery smashes the stack
First of all, thanks a lot for your development! I have added the IM/IMB of Keccak to my crypto library [1]. Performance on a Spacemit X60 is stellar (see [2] for some hints). I also added ML-KE...smuellerDD pushed 4 commits to master smuellerDD/leancrypto
- ASN.1: apply clang-format Signed-off-by: Stephan Mueller <[email protected]> 22af1c1
- apply clang-scan Signed-off-by: Stephan Mueller <[email protected]> 4b17932
- RISCV64: Add ASM and ZBB Keccak implementations XDRBG256 generation of 1 GB with drng/tests/xdrbg256_tester_large on... b0ace8a
- ML-KEM: add RISCV64 assembler implementation The performance almost doubles: ml-kem/tests/kyber_kem_tester_common c... 3caa605