Skip to content

Commit

Permalink
Merge branch 'refs/heads/feature/bls12-377fr'
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Jan 11, 2025
2 parents b8dc480 + 72909ee commit f20425d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bls12-377-fr/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub struct Bls12_377Fr {
}

impl Bls12_377Fr {
pub(crate) const fn new(value: FF_Bls12_377Fr) -> Self {
pub const fn new(value: FF_Bls12_377Fr) -> Self {
Self { value }
}
}
Expand Down

0 comments on commit f20425d

Please sign in to comment.