Skip to content

Commit 32f9876

Browse files
authored
Merge pull request #661 from pq-code-package/cbmc_proofs
Move cbmc -> proofs/cbmc
2 parents 8383b16 + 78f99af commit 32f9876

File tree

291 files changed

+11
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

291 files changed

+11
-11
lines changed

README.md

+1-1
File renamed without changes.

cbmc/Makefile.common renamed to proofs/cbmc/Makefile.common

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ PROOF_STUB = $(CBMC_ROOT)/stubs
153153
# selectively enable access to such symbols via each proof's Makefile.
154154
EXPORT_FILE_LOCAL_SYMBOLS =
155155

156-
SRCDIR ?= $(abspath $(PROOF_ROOT)/..)
156+
SRCDIR ?= $(abspath $(PROOF_ROOT)/../../)
157157
LITANI ?= litani
158158
PROJECT_NAME = "mlkem-native"
159159

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

cbmc/proof_guide.md renamed to proofs/cbmc/proof_guide.md

+7-7
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

scripts/lint

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ check-spdx()
8585
success=false
8686
fi
8787
done
88-
for file in $(git ls-files -- "*.[chsS]" "*.py" ":/!cbmc/*.py" ":/!examples/bring_your_own_fips202/fips202/tiny_sha3/*" ":/!examples/custom_backend/mlkem_native/mlkem/fips202/native/custom/src/*"); do
88+
for file in $(git ls-files -- "*.[chsS]" "*.py" ":/!proofs/cbmc/*.py" ":/!examples/bring_your_own_fips202/fips202/tiny_sha3/*" ":/!examples/custom_backend/mlkem_native/mlkem/fips202/native/custom/src/*"); do
8989
# Ignore symlinks
9090
if [[ ! -L $file && $(grep "Copyright (c) 2024 The mlkem-native project authors" $file | wc -l) == 0 ]]; then
9191
echo "::error file=$file,line=${line:-1},title=Missing copyright header error::$file is missing copyright header"

scripts/tests

+1-1
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ class Tests:
664664
"--no-coverage",
665665
]
666666
+ self.make_j(),
667-
cwd="cbmc",
667+
cwd="proofs/cbmc",
668668
env=os.environ.copy() | envvars,
669669
)
670670
p.communicate()

0 commit comments

Comments
 (0)