Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Dec 10, 2024
1 parent 493106f commit 4520593
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions avm-transpiler/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ contract SchnorrAccount {
is_infinite: false,
};
let valid_in_private =
std::schnorr::verify_signature(pub_key, signature, message_hash.to_be_bytes::<32>());
schnorr::verify_signature(pub_key, signature, message_hash.to_be_bytes::<32>());

// Compute the nullifier and check if it is spent
// This will BLINDLY TRUST the oracle, but the oracle is us, and
Expand Down

0 comments on commit 4520593

Please sign in to comment.