Implement Sapling note encryption

This commit is contained in:
George Tankersley
2018-10-19 16:50:49 -04:00
committed by Jack Grigg
parent 9b455a12cc
commit 65bbe7daed
5 changed files with 171 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ impl<E: JubjubEngine> PaymentAddress<E> {
}
}
#[derive(Clone)]
pub struct Note<E: JubjubEngine> {
/// The value of the note
pub value: u64,