Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
make accum pub
Browse files Browse the repository at this point in the history
Signed-off-by: blu3beri <[email protected]>
  • Loading branch information
berendsliedrecht authored and appetrosyan committed Mar 15, 2023
1 parent 8d651db commit 2ddb570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libursa/src/cl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ pub type Accumulator = PointG2;
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
#[derive(Debug, Clone)]
pub struct RevocationRegistry {
accum: Accumulator,
pub accum: Accumulator,
}

impl From<RevocationRegistryDelta> for RevocationRegistry {
Expand Down

0 comments on commit 2ddb570

Please sign in to comment.