mirror of
https://github.com/arnaucube/babyjubjub-ark.git
synced 2026-01-13 17:21:29 +01:00
Merge pull request #5 from leonardoalt/make_sk_fields_pub
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 {
|
pub struct PrivateKey {
|
||||||
key: [u8; 32],
|
pub key: [u8; 32],
|
||||||
}
|
}
|
||||||
|
|
||||||
impl PrivateKey {
|
impl PrivateKey {
|
||||||
|
|||||||
Reference in New Issue
Block a user