Refactor sdk/src/pod.rs

This commit is contained in:
Michael Vines
2021-09-30 10:25:36 -07:00
parent d01d425e4b
commit f3e7e62813
12 changed files with 664 additions and 646 deletions

View File

@@ -14,6 +14,6 @@ pub enum ProofError {
InvalidBitsize,
/// This error occurs when there are insufficient generators for the proof.
InvalidGeneratorsLength,
/// This error occurs when TODO
/// This error occurs a `zk_token_elgamal::pod::ElGamalCT` contains invalid ElGamalCT ciphertext
InconsistentCTData,
}