This commit is contained in:
Sergio Chouhy 2025-12-12 20:10:10 -03:00
parent a360df29bf
commit 165e331aea

View File

@ -17,7 +17,6 @@ use nssa::{
privacy_preserving_transaction::{
circuit::ProgramWithDependencies, message::EncryptedAccountData,
},
program::Program,
};
use nssa_core::{Commitment, MembershipProof, SharedSecretKey, program::InstructionData};
pub use privacy_preserving_tx::PrivacyPreservingAccount;