Skip to content

Commit

Permalink
Switch poly_tomsg CBMC proof to smt2
Browse files Browse the repository at this point in the history
This seems faster than bitwuzla.

Signed-off-by: Hanno Becker <[email protected]>
  • Loading branch information
hanno-becker committed Nov 7, 2024
1 parent 01e0195 commit 271348a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cbmc/proofs/poly_frommsg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ USE_DYNAMIC_FRAMES=1

# Disable any setting of EXTERNAL_SAT_SOLVER, and choose SMT backend instead
EXTERNAL_SAT_SOLVER=
CBMCFLAGS=--bitwuzla
CBMCFLAGS=--smt2

FUNCTION_NAME = $(MLKEM_NAMESPACE)poly_frommsg

Expand Down

0 comments on commit 271348a

Please sign in to comment.