Skip to content

Commit

Permalink
Merge pull request #8 from XuJiandong/fix-blst-version
Browse files Browse the repository at this point in the history
Update with blst interfaces
  • Loading branch information
ralexstokes authored Oct 5, 2022
2 parents a08eae7 + a1571b0 commit c09fbda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oblast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ description = "High-level wrapper for blst"
[dependencies]
hex = "0.4.2"
paste = "1.0.4"
blst = "0.3.2"
blst = "0.3.10"
num-bigint = "0.3.1"
2 changes: 1 addition & 1 deletion oblast/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ macro_rules! define_curve_struct {
mult(
&mut rhs.point,
&rhs.point,
&self.value,
(&self.value.b).as_ptr(),
constants::MODULUS_BIT_SIZE,
);
}
Expand Down

0 comments on commit c09fbda

Please sign in to comment.