mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 20:11:23 +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];
|
||||
|
||||
self.ak.write(&mut preimage[0..32]).unwrap();
|
||||
|
Reference in New Issue
Block a user