Make ivk pub

This commit is contained in:
Sean Bowe 2018-05-18 12:41:55 -06:00
parent eb409fa3cf
commit 89f47ef5c2
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -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();