Skip to content

Commit

Permalink
Merge pull request #227 from anoma/xuyang/precompute_params
Browse files Browse the repository at this point in the history
improve tests
  • Loading branch information
XuyangSong authored Oct 11, 2023
2 parents fc5d2c8 + 863b501 commit e9a4aed
Show file tree
Hide file tree
Showing 15 changed files with 120 additions and 417 deletions.
2 changes: 2 additions & 0 deletions taiga_halo2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ harness = false

[[example]]
name = "tx_examples"
required-features = ["examples"]

[features]
default = []
nif = ["dep:rustler", "borsh", "pasta_curves/repr-erlang"]
serde = ["dep:serde", "pasta_curves/serde"]
borsh = ["dep:borsh"]
examples = []
Binary file added taiga_halo2/params/params_15
Binary file not shown.
1 change: 0 additions & 1 deletion taiga_halo2/src/circuit/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ pub mod blake2s;
pub mod curve;
pub mod hash_to_curve;
pub mod note_encryption_circuit;
pub mod schnorr_signature;
mod vamp_ir_utils;
pub mod vp_examples;
Loading

0 comments on commit e9a4aed

Please sign in to comment.