diff --git a/src/redjubjub.rs b/src/redjubjub.rs index 0fe30e5..5b3d8a5 100644 --- a/src/redjubjub.rs +++ b/src/redjubjub.rs @@ -51,7 +51,7 @@ pub struct Signature { pub struct PrivateKey(E::Fs); -pub struct PublicKey(Point); +pub struct PublicKey(pub Point); impl Signature { pub fn read(mut reader: R) -> io::Result {