mirror of
https://github.com/arnaucube/babyjubjub-ark.git
synced 2026-01-13 09:11:28 +01:00
Make fields of PrivateKey pub
This commit is contained in:
@@ -268,7 +268,7 @@ pub fn decompress_signature(b: &[u8; 64]) -> Result<Signature, String> {
|
||||
}
|
||||
|
||||
pub struct PrivateKey {
|
||||
key: [u8; 32],
|
||||
pub key: [u8; 32],
|
||||
}
|
||||
|
||||
impl PrivateKey {
|
||||
|
||||
Reference in New Issue
Block a user