diff --git a/zk-token-sdk/src/lib.rs b/zk-token-sdk/src/lib.rs index 167f1af07bdfb8..2946e177358adc 100644 --- a/zk-token-sdk/src/lib.rs +++ b/zk-token-sdk/src/lib.rs @@ -35,6 +35,9 @@ pub mod zk_token_proof_instruction; pub mod zk_token_proof_program; pub mod zk_token_proof_state; +#[cfg(not(target_os = "solana"))] +pub use curve25519_dalek; + /// Byte length of a compressed Ristretto point or scalar in Curve255519 const UNIT_LEN: usize = 32; /// Byte length of a compressed Ristretto point in Curve25519