mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-11-01 20:07:02 +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