Skip to content

Commit

Permalink
import elgamalciphertext_fromstr
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim-crypto committed Nov 12, 2024
1 parent 0051544 commit 08e0e62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#[cfg(feature = "serde-traits")]
use {
crate::serialization::{aeciphertext_fromstr, elgamalpubkey_fromstr},
crate::serialization::{
aeciphertext_fromstr, elgamalciphertext_fromstr, elgamalpubkey_fromstr,
},
serde::{Deserialize, Serialize},
};
use {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pub use solana_zk_sdk::zk_elgamal_proof_program::{
};
#[cfg(feature = "serde-traits")]
use {
crate::serialization::aeciphertext_fromstr,
crate::serialization::{aeciphertext_fromstr, elgamalciphertext_fromstr},
serde::{Deserialize, Serialize},
};
use {
Expand Down

0 comments on commit 08e0e62

Please sign in to comment.