This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
token/confidential-transfer/proof-generation/src Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
/// token transfer
22
22
const RANGE_PROOF_PADDING_BIT_LENGTH : usize = 16 ;
23
23
24
- /// The proof data required for a confidential transfer instruction when the mint is not extended
25
- /// for fees
24
+ /// The proof data required for a confidential transfer instruction when the
25
+ /// mint is not extended for fees
26
26
pub struct TransferProofData {
27
27
pub equality_proof_data : CiphertextCommitmentEqualityProofData ,
28
28
pub ciphertext_validity_proof_data : BatchedGroupedCiphertext3HandlesValidityProofData ,
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ const FEE_AMOUNT_HI_BITS: usize = 32;
30
30
const REMAINING_BALANCE_BIT_LENGTH : usize = 64 ;
31
31
const DELTA_BIT_LENGTH : usize = 48 ;
32
32
33
- /// The proof data required for a confidential transfer instruction when the mint is extended for
34
- /// fees
33
+ /// The proof data required for a confidential transfer instruction when the
34
+ /// mint is extended for fees
35
35
pub struct TransferWithFeeProofData {
36
36
pub equality_proof_data : CiphertextCommitmentEqualityProofData ,
37
37
pub transfer_amount_ciphertext_validity_proof_data :
You can’t perform that action at this time.
0 commit comments