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