Note that shielded_data::EncryptedCiphertext 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:07:14 -05:00 committed by Deirdre Connolly
parent 101f0a5c0a
commit 157add149a
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ impl Arbitrary for ShieldedData {
}
/// A ciphertext component for encrypted output notes.
// XXX move as part of #181 (note encryption implementation)
pub struct EncryptedCiphertext(pub [u8; 580]);
impl fmt::Debug for EncryptedCiphertext {