Little more detail to sapling::note::EncryptedNote docstring
This commit is contained in:
parent
d6eecbe935
commit
cfc60936ce
|
@ -6,6 +6,8 @@ use proptest::{arbitrary::any, prelude::*};
|
||||||
use crate::serialization::{serde_helpers, SerializationError, ZcashDeserialize, ZcashSerialize};
|
use crate::serialization::{serde_helpers, SerializationError, ZcashDeserialize, ZcashSerialize};
|
||||||
|
|
||||||
/// A ciphertext component for encrypted output notes.
|
/// A ciphertext component for encrypted output notes.
|
||||||
|
///
|
||||||
|
/// Corresponds to the Sapling 'encCiphertext's
|
||||||
#[derive(Deserialize, Serialize)]
|
#[derive(Deserialize, Serialize)]
|
||||||
pub struct EncryptedNote(#[serde(with = "serde_helpers::BigArray")] pub [u8; 580]);
|
pub struct EncryptedNote(#[serde(with = "serde_helpers::BigArray")] pub [u8; 580]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue