Skip to content

Commit

Permalink
chore: nuking unused keys.nr
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Apr 22, 2024
1 parent 6081783 commit 0886c8b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ use dep::types::{
MAX_NEW_NOTE_HASHES_PER_TX, MAX_NEW_NULLIFIERS_PER_TX, MAX_NOTE_HASH_READ_REQUESTS_PER_TX,
MAX_NULLIFIER_KEY_VALIDATION_REQUESTS_PER_TX, GENERATOR_INDEX__NSK_M
},
grumpkin_private_key::GrumpkinPrivateKey, keys::compute_siloed_nullifier_secret_key,
hash::poseidon2_hash, traits::is_empty
grumpkin_private_key::GrumpkinPrivateKey, hash::poseidon2_hash, traits::is_empty
};

struct PrivateValidationRequestProcessor {
Expand Down
26 changes: 0 additions & 26 deletions noir-projects/noir-protocol-circuits/crates/types/src/keys.nr

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ mod constants;
mod contract_class_id;
mod merkle_tree;
mod contract_instance;
mod keys;

mod messaging;
mod mocked;
Expand Down

0 comments on commit 0886c8b

Please sign in to comment.