Finish updating v2 models

This commit is contained in:
microproofs 2024-09-17 16:20:47 -04:00 committed by Kasey
parent b26e16e319
commit b50fa91d4c
1 changed files with 3 additions and 3 deletions

View File

@ -1007,9 +1007,9 @@ impl BuiltinCosts {
},
verify_ed25519_signature: CostingFun {
mem: ThreeArguments::ConstantCost(10),
cpu: ThreeArguments::LinearInZ(LinearSize {
intercept: 57996947,
slope: 18975,
cpu: ThreeArguments::LinearInY(LinearSize {
intercept: 53384111,
slope: 14333,
}),
},
verify_ecdsa_secp256k1_signature: CostingFun {