mirror of
https://github.com/arnaucube/babyjubjub-ark.git
synced 2026-01-13 09:11:28 +01:00
Make fields of struct Signature public
This commit is contained in:
@@ -238,8 +238,8 @@ fn blh(b: &[u8]) -> Vec<u8> {
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Signature {
|
||||
r_b8: Point,
|
||||
s: BigInt,
|
||||
pub r_b8: Point,
|
||||
pub s: BigInt,
|
||||
}
|
||||
|
||||
impl Signature {
|
||||
|
||||
Reference in New Issue
Block a user