File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
2- ./mldsa_export_public
3- ./mldsa_sign
4- ./mldsa_verify
2+ ./tf-psa-crypto/programs/mldsa/ mldsa_export_public
3+ ./tf-psa-crypto/programs/mldsa/ mldsa_sign
4+ ./tf-psa-crypto/programs/mldsa/ mldsa_verify
55
Original file line number Diff line number Diff line change @@ -526,13 +526,6 @@ component_build_mldsa_program_symbol_partition () {
526526 cmake -DENABLE_PROGRAMS=ON -DENABLE_TESTING=OFF " $TF_PSA_CRYPTO_ROOT_DIR "
527527 cmake --build . --target mldsa_export_public mldsa_sign mldsa_verify
528528
529- # Validate the three-program flow requested by the task.
530- (
531- cd programs/mldsa
532- " $TF_PSA_CRYPTO_ROOT_DIR " /programs/mldsa/mldsa_demo.sh
533- )
534-
535-
536529 nm -C --defined-only programs/mldsa/mldsa_sign > mldsa_sign.syms
537530 nm -C --defined-only programs/mldsa/mldsa_verify > mldsa_verify.syms
538531 nm -C --defined-only programs/mldsa/mldsa_export_public > mldsa_export_public.syms
You can’t perform that action at this time.
0 commit comments