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:
parent
101f0a5c0a
commit
157add149a
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue