Note that joinsplit::EncryptedCiphertext structs should move as part of note encryption work

Co-Authored-By: Henry de Valence <hdevalence@hdevalence.ca>
This commit is contained in:
Deirdre Connolly 2020-01-28 01:05:29 -05:00 committed by Deirdre Connolly
parent 283d06bb08
commit 09e34f258f
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ impl<P: ZkSnarkProof + Arbitrary + 'static> Arbitrary for JoinSplitData<P> {
} }
/// A ciphertext component for encrypted output notes. /// A ciphertext component for encrypted output notes.
// XXX move as part of #181 (note encryption implementation)
pub struct EncryptedCiphertext(pub [u8; 601]); pub struct EncryptedCiphertext(pub [u8; 601]);
impl fmt::Debug for EncryptedCiphertext { impl fmt::Debug for EncryptedCiphertext {