Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
smuellerDD created a comment on an issue on Ji-Peng/PQRV
Am Sonntag, 26. Januar 2025, 17:40:27 Mitteleuropäische Normalzeit schrieb Stephan Müller: Hi Ji-Peng, Side note: as you said your environment has challenges with dynamic linking, the tes...
smuellerDD commented on a commit on smuellerDD/leancrypto
Am Freitag, 24. Januar 2025, 21:03:01 Mitteleuropäische Normalzeit schrieb Geert Hendrickx: Hi Geert, > You could claim minimum > [x86-64-v3](https://en.wikipedia.org/wiki/X86-64#Microarch...
smuellerDD created a comment on an issue on Ji-Peng/PQRV
Am Dienstag, 21. Januar 2025, 11:00:46 Mitteleuropäische Normalzeit schrieb Ji-Peng: Hi Ji-Peng, > If you find that the test vectors do not pass, please tell me in detail how > to reproduce ...
smuellerDD pushed 1 commit to ml-kem-rvv smuellerDD/leancrypto
- apply clang scan Signed-off-by: Stephan Mueller <[email protected]> 480974b
smuellerDD created a branch on smuellerDD/leancrypto
ml-kem-rvv - Lean cryptographic library usable for bare-metal environments
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- ML-DSA: prevent any compilation if disabled Signed-off-by: Stephan Mueller <[email protected]> b945cf2
smuellerDD created a comment on an issue on usnistgov/ACVP
And the server does not reject it? For me, it did.Von meinem iPad gesendetAm 24.01.2025 um 19:26 schrieb Joachim Vandersmissen ***@***.***>: Obviously, this becomes very interesting if the hash a...
smuellerDD pushed 2 commits to master smuellerDD/leancrypto
- Add test for reduced compilation set Signed-off-by: Stephan Mueller <[email protected]> 1085dc0
- doc: report testing of PQC only compilation Signed-off-by: Stephan Mueller <[email protected]> e74fea5
smuellerDD pushed 2 commits to master smuellerDD/leancrypto
- apply clang-format Signed-off-by: Stephan Mueller <[email protected]> 652022f
- De-entangle components This change does not alter any functionality, but it de-entangles various components. With th... e766c07
smuellerDD created a comment on a pull request on smuellerDD/leancrypto
Applied, thanks
smuellerDD closed a pull request on smuellerDD/leancrypto
Make it compile without optional features
This is a minor adjustment to speed up the GnuTLS CI which builds leancrypto as a dependency. With this, it now builds with: ```console meson setup build -Dascon=disabled -Dascon_keccak=disable...smuellerDD pushed 2 commits to master smuellerDD/leancrypto
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Intel: document x86 issue without AVX2 Signed-off-by: Stephan Mueller <[email protected]> 9e5bf1f
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Move API for updating lc_seeded_rng to non-fips file Signed-off-by: Stephan Mueller <[email protected]> da39241
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- doc: fix Doxygen description Signed-off-by: Stephan Mueller <[email protected]> 760406c
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- Seeded RNG: allow caller to provide a seeded RNG Signed-off-by: Stephan Mueller <[email protected]> 0d6d207
smuellerDD created a comment on a pull request on smuellerDD/jitterentropy-library
Applied, thanks
smuellerDD closed a pull request on smuellerDD/jitterentropy-library
remove non-existing files from install header set
smuellerDD pushed 1 commit to master smuellerDD/jitterentropy-library
- remove non-existing files from install header set Signed-off-by: Markus Theil <[email protected]> Signed-off-by... 29870b3
smuellerDD created a comment on a pull request on smuellerDD/esdm
Am Dienstag, 21. Januar 2025, 14:43:48 Mitteleuropäische Normalzeit schrieb Markus Theil: Hi Markus, Thank you for your input and suggestion. I have tried to fix the issue in a different ...
smuellerDD pushed 1 commit to master smuellerDD/esdm
- CPU ES: effectively disable them if requested Signed-off-by: Stephan Mueller <[email protected]> 5ad789c
smuellerDD pushed 1 commit to master smuellerDD/leancrypto
- small build system fixes for reduced compilation During testing of only compiling SHA2-256 support (and thus getting... a2f3685
smuellerDD created a comment on a pull request on smuellerDD/leancrypto
Applied, thanks
smuellerDD closed a pull request on smuellerDD/leancrypto
Fix compile error with GCC 15 (-std=c23)
When compiling on Fedora rawhide, it fails with: ```console In file included from ../internal/api/atomic_bool.h:23, from ../internal/api/mutex_w.h:24, from ../...smuellerDD pushed 2 commits to master smuellerDD/leancrypto
smuellerDD created a review comment on a pull request on smuellerDD/leancrypto
Shouldn’t this also be added to the non-Windows environment further down?
smuellerDD created a comment on a pull request on smuellerDD/leancrypto
Am Mittwoch, 22. Januar 2025, 08:47:41 CET schrieb Eli Schwartz: Hi Eli, > > Therefore, I thought of compiling 2 libraries: > > > > - the FIPS library which contains all approved algorithms - th...
smuellerDD created a comment on a pull request on smuellerDD/leancrypto
Am Mittwoch, 22. Januar 2025, 02:20:03 CET schrieb Daiki Ueno: Hi Daiki, > Previously, there was no way to build only static libraries. Calling `meson > setup` with -Ddefault_library=static led t...
smuellerDD pushed 2 commits to master smuellerDD/leancrypto
- doc: fix API documentation Signed-off-by: Stephan Mueller <[email protected]> 839e7eb
- meson: enable to build only static library Previously, there was no way to build only static libraries. Calling `mes... 5bd6f1f