Verus specs for BigNum, Number

This commit is contained in:
Jay Lorch
2026-02-27 15:52:00 -08:00
parent 156772c523
commit 4865364b48
10 changed files with 973 additions and 17 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ indexmap = { version = "2.12.1", default-features = false, features = ["serde"],
bincode = { version = "2.0.1", default-features = false, features = ["alloc", "serde"], optional = true }
# Use Verus for verification
vstd = "0.0.0-2026-01-25-0057"
vstd = { path = "../verus/source/vstd" }
[dev-dependencies]
anyhow = "1.0.45"