Skip to content

Commit

Permalink
Mockup account verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
xqft committed Aug 19, 2024
1 parent 19d2783 commit 7b3fda4
Show file tree
Hide file tree
Showing 11 changed files with 71 additions and 1,542 deletions.
50 changes: 25 additions & 25 deletions operator/mina_account/lib/Cargo.lock

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

2 changes: 1 addition & 1 deletion operator/mina_account/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "mina-state-verifier-ffi"
name = "mina-account-verifier-ffi"
version = "0.1.0"
edition = "2021"

Expand Down
6 changes: 6 additions & 0 deletions operator/mina_account/lib/mina_account_verifier.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include <stdbool.h>

bool verify_account_inclusion_ffi(unsigned char *proof_buffer,
unsigned int proof_len,
unsigned char *public_input_buffer,
unsigned int public_input_len);
6 changes: 0 additions & 6 deletions operator/mina_account/lib/mina_verifier.h

This file was deleted.

47 changes: 0 additions & 47 deletions operator/mina_account/lib/src/consensus_state.rs

This file was deleted.

Loading

0 comments on commit 7b3fda4

Please sign in to comment.