fix: import missing ML_KEM_768_CIPHERTEXT_LEN in auth_transfer private test

This commit is contained in:
Marvin Jones 2026-07-01 10:22:52 -04:00
parent 23dffaa9a1
commit a38ba19aac

View File

@ -11,8 +11,8 @@ use lee::{
privacy_preserving_transaction::circuit::ProgramWithDependencies, program::Program,
};
use lee_core::{
DUMMY_COMMITMENT, DUMMY_COMMITMENT_HASH, EncryptedAccountData, InputAccountIdentity, Nullifier,
NullifierPublicKey,
DUMMY_COMMITMENT, DUMMY_COMMITMENT_HASH, EncryptedAccountData, InputAccountIdentity,
ML_KEM_768_CIPHERTEXT_LEN, Nullifier, NullifierPublicKey,
account::{Account, AccountWithMetadata},
compute_digest_for_path,
encryption::{EphemeralPublicKey, ViewingPublicKey},