We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc447ea commit 294e72eCopy full SHA for 294e72e
.github/workflows/test-sunnyday-simulator.yml
@@ -558,3 +558,20 @@ jobs:
558
run: |
559
tools/scripts/sim-pq-sunnyday-update.sh config/examples/sim-ml-dsa.config
560
561
+ # 64 Bit simulator, Hybrid auth ML_DSA + ECDSA
562
+ #
563
+ - name: make clean
564
+ run: |
565
+ make distclean
566
+
567
+ - name: Select config (64 bit simulator) Hybrid ML_DSA + ECC
568
569
+ cp config/examples/sim-ml-dsa-ecc-hybrid.config .config
570
571
+ - name: Build wolfboot.elf
572
573
+ make clean && make
574
575
+ - name: Run sunny day hybrid boot test
576
577
+ ./wolfboot.elf get_version
0 commit comments