solana_zk_token_sdk/instruction/grouped_ciphertext_validity/
mod.rs

1
2
3
4
5
6
7
8
9
10
11
mod handles_2;
mod handles_3;

pub use {
    handles_2::{
        GroupedCiphertext2HandlesValidityProofContext, GroupedCiphertext2HandlesValidityProofData,
    },
    handles_3::{
        GroupedCiphertext3HandlesValidityProofContext, GroupedCiphertext3HandlesValidityProofData,
    },
};