Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: nuking unused keys.nr #5910

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading