Skip to content

Commit

Permalink
Finish updating v2 models
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroProofs committed Sep 18, 2024
1 parent b26e16e commit b50fa91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/uplc/src/machine/cost_model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b50fa91

Please sign in to comment.