Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 59234ba

Browse files
committed
remove old mintburn proof generation
1 parent 18aa58d commit 59234ba

File tree

3 files changed

+0
-527
lines changed

3 files changed

+0
-527
lines changed

token/program-2022/src/extension/confidential_mint_burn/ciphertext_extraction.rs

Lines changed: 0 additions & 259 deletions
This file was deleted.

token/program-2022/src/extension/confidential_mint_burn/mod.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,9 @@ pub mod instruction;
2222
/// Confidential Mint-Burn Extension processor
2323
pub mod processor;
2424

25-
/// Confidential Mint-Burn proof generation
26-
pub mod proof_generation;
27-
2825
/// Confidential Mint-Burn proof verification
2926
pub mod verify_proof;
3027

31-
/// Confidential Mint-Burn proof verification
32-
pub mod ciphertext_extraction;
33-
3428
/// Confidential mint-burn mint configuration
3529
#[derive(Clone, Copy, Debug, Default, PartialEq, Pod, Zeroable)]
3630
#[repr(C)]

0 commit comments

Comments
 (0)