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:
parent
283d06bb08
commit
09e34f258f
|
@ -122,6 +122,7 @@ impl<P: ZkSnarkProof + Arbitrary + 'static> Arbitrary for JoinSplitData<P> {
|
|||
}
|
||||
|
||||
/// A ciphertext component for encrypted output notes.
|
||||
// XXX move as part of #181 (note encryption implementation)
|
||||
pub struct EncryptedCiphertext(pub [u8; 601]);
|
||||
|
||||
impl fmt::Debug for EncryptedCiphertext {
|
||||
|
|
Loading…
Reference in New Issue