add decryption in demo

This commit is contained in:
Sam Kim 2021-09-30 11:55:09 -04:00 committed by Michael Vines
parent d20d03cd7f
commit 1ef3a621a8
1 changed files with 2 additions and 0 deletions

View File

@ -17,3 +17,5 @@ mod instruction;
pub mod zk_token_elgamal;
pub mod zk_token_proof_instruction;
pub mod zk_token_proof_program;
pub use curve25519_dalek;