After cloning to run the Lean code of SHA1.lean
% lake build
error: base: configuration file not found: ./././../../aeneas/backends/lean/lakefile.lean
In the Infoview, I got the error below
`/Users/ar/.elan/toolchains/leanprover--lean4---v4.11.0-rc2/bin/lake setup-file /Users/ar/r/verified-fips-in-rust/lean/VerifiedFipsCryptography/Specs/SHA1.lean Init Init.Data.ByteArray Init.Data.Repr Mathlib.Data.UInt Mathlib.Data.Vector.Defs Init.Data.Nat.Basic VerifiedFipsCryptography.Util.HexString --no-build` failed:
stderr:
error: base: configuration file not found: ./././../../aeneas/backends/lean/lakefile.lean
Invalid Lake configuration. Please restart the server after fixing the Lake configuration file.
I guess there may be reasons to depend on the https://github.com/AeneasVerif/aeneas. But do the Specs also need to depend on Aeneas?
After cloning to run the Lean code of
SHA1.leanIn the Infoview, I got the error below
I guess there may be reasons to depend on the https://github.com/AeneasVerif/aeneas. But do the Specs also need to depend on Aeneas?