mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-31 12:31:22 +00:00
@@ -84,7 +84,7 @@ impl<E: JubjubEngine> ViewingKey<E> {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn ivk(&self) -> E::Fs {
|
pub fn ivk(&self) -> E::Fs {
|
||||||
let mut preimage = [0; 64];
|
let mut preimage = [0; 64];
|
||||||
|
|
||||||
self.ak.write(&mut preimage[0..32]).unwrap();
|
self.ak.write(&mut preimage[0..32]).unwrap();
|
||||||
|
Reference in New Issue
Block a user