Commit Graph

15 Commits

Author SHA1 Message Date
63dcfd3992 feat(ml_predict): 改进机器学习预测函数,采用更精细的概率模型
更新了 ml_predict_success 函数,使用对数缩放范数、分段评分规则和非线性
映射来提高预测准确率。同时优化了 ml_log_ideal_attempt 日志记录函数,
确保数据完整性和可追踪性。
2025-11-26 13:49:27 +08:00
4b11293268 feat(benchmark): 临时固定随机种子初始化值
将 benchmark.c 中的随机种子从全零初始化更新为预定义的非零值,
以确保每次运行时具有更好的随机性。同时将 seed_set 标志设置为 1,
表示种子已经正确初始化。此举有助于提高基准测试结果的一致性和可靠性。
2025-11-26 09:23:47 +08:00
601f0b7d0a feat(cmake): 添加 ARM 架构优化配置文件
新增 `.cmake/arm_optimization.cmake` 文件,用于检测 ARM 架构并应用相应编译优化。
包括 NEON 指令集支持、ARM64 的 crypto 扩展检查、LTO 优化以及针对特定 CPU 的调优选项。
同时在 `CMakeLists.txt` 中包含该优化配置,并更新基准测试脚本中的构建目录路径。
2025-11-25 22:58:37 +08:00
a170e7384f feat: 补全优化了ML测试内容,添加测试脚本和数据集,改为相对路径 2025-11-25 10:32:13 +00:00
AsyncKurisu
28154c2a31 feat: 使用ML优化Deuring-correspondence,v1 2025-11-24 23:09:14 +08:00
AsyncKurisu
c7cef447b8 feat: 优化随机数逻辑v2,动态调整WAYS=4,6,8,8 2025-11-24 16:43:05 +08:00
AsyncKurisu
0860c735a3 feat: 优化随机数生成逻辑,修改并行数WAYS=8 2025-11-24 16:39:55 +08:00
861f0955ec chore: remove workflows 2025-11-23 22:56:15 +08:00
Jordan Bray
dd133d7aca make RNG state thread_local
Some checks failed
CMake / build (OFF, AUTO, SYSTEM, x64, ref, 10, ) (push) Has been cancelled
CMake / build (ON, 32, BUILD, x64, ref, 10, .cmake/32bit.cmake) (push) Has been cancelled
CMake / build (ON, 32, SYSTEM, arm64, ref, 10, ) (push) Has been cancelled
CMake / build (ON, 32, SYSTEM, x64, ref, 10, ) (push) Has been cancelled
CMake / build (ON, AUTO, MINI, x64, ref, 10, ) (push) Has been cancelled
CMake / build (ON, AUTO, SYSTEM, arm64, ref, 10, ) (push) Has been cancelled
CMake / build (ON, AUTO, SYSTEM, x64, broadwell, 10, ) (push) Has been cancelled
CMake / build (ON, AUTO, SYSTEM, x64, ref, 10, ) (push) Has been cancelled
2025-06-19 19:42:36 +02:00
Lorenz Panny
51f76548a6 reduce parallelism for tests 2025-04-03 23:31:37 +02:00
Basil Hess
b71af6fa36 fix stack smashing in fp bench 2025-04-03 23:31:37 +02:00
SQIsign team
91e9e464fe second-round version of SQIsign
Co-authored-by: Marius A. Aardal <marius.andre.aardal@gmail.com>
Co-authored-by: Gora Adj <gora.adj@tii.ae>
Co-authored-by: Diego F. Aranha <dfaranha@cs.au.dk>
Co-authored-by: Andrea Basso <sqisign@andreabasso.com>
Co-authored-by: Isaac Andrés Canales Martínez <icanalesm0500@gmail.com>
Co-authored-by: Jorge Chávez-Saab <jorgechavezsaab@gmail.com>
Co-authored-by: Maria Corte-Real Santos <mariascrsantos98@gmail.com>
Co-authored-by: Luca De Feo <github@defeo.lu>
Co-authored-by: Max Duparc <max.duparc@epfl.ch>
Co-authored-by: Jonathan Komada Eriksen <jonathan.eriksen97@gmail.com>
Co-authored-by: Décio Luiz Gazzoni Filho <decio@decpp.net>
Co-authored-by: Basil Hess <bhe@zurich.ibm.com>
Co-authored-by: Antonin Leroux <antonin.leroux@polytechnique.org>
Co-authored-by: Patrick Longa <plonga@microsoft.com>
Co-authored-by: Luciano Maino <mainoluciano.96@gmail.com>
Co-authored-by: Michael Meyer <michael@random-oracles.org>
Co-authored-by: Hiroshi Onuki <onuki@mist.i.u-tokyo.ac.jp>
Co-authored-by: Lorenz Panny <lorenz@yx7.cc>
Co-authored-by: Giacomo Pope <giacomopope@gmail.com>
Co-authored-by: Krijn Reijnders <reijnderskrijn@gmail.com>
Co-authored-by: Damien Robert <damien.robert@inria.fr>
Co-authored-by: Francisco Rodríguez-Henriquez <francisco.rodriguez@tii.ae>
Co-authored-by: Sina Schaeffler <sschaeffle@student.ethz.ch>
Co-authored-by: Benjamin Wesolowski <benjamin.wesolowski@ens-lyon.fr>
2025-04-03 23:31:37 +02:00
Basil Hess
ff34a8cd18 Shorter CI run: less repetitions and a single KAT per level
Fixes a few memory leaks in debug code
Fix for big-endian support
Sync test vectors for prof testing
2024-03-14 15:05:29 +01:00
Basil Hess
df24e34993 Add readme note on ctest timeouts & disable timeouts for KAT tests. 2023-07-09 13:24:42 +02:00
SQIsign team
28ff420dd0 initial version of SQIsign
Co-authored-by: Jorge Chavez-Saab <jorgechavezsaab@gmail.com>
Co-authored-by: Maria Corte-Real Santos <36373796+mariascrs@users.noreply.github.com>
Co-authored-by: Luca De Feo <github@defeo.lu>
Co-authored-by: Jonathan Komada Eriksen <jonathan.eriksen97@gmail.com>
Co-authored-by: Basil Hess <bhe@zurich.ibm.com>
Co-authored-by: Antonin Leroux <18654258+tonioecto@users.noreply.github.com>
Co-authored-by: Patrick Longa <plonga@microsoft.com>
Co-authored-by: Lorenz Panny <lorenz@yx7.cc>
Co-authored-by: Francisco Rodríguez-Henríquez <francisco.rodriguez@tii.ae>
Co-authored-by: Sina Schaeffler <108983332+syndrakon@users.noreply.github.com>
Co-authored-by: Benjamin Wesolowski <19474926+Calodeon@users.noreply.github.com>
2023-07-09 12:48:54 +02:00