Skip to content

Commit

Permalink
Execute build/refresh.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Jun 24, 2022
1 parent 2bb1b3d commit b4c3ddb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bindings/rust/src/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1346,3 +1346,18 @@ extern "C" {
extern "C" {
pub fn blst_fp_from_hexascii(ret: *mut blst_fp, hex: *const byte);
}
extern "C" {
pub fn blst_p1_sizeof() -> usize;
}
extern "C" {
pub fn blst_p1_affine_sizeof() -> usize;
}
extern "C" {
pub fn blst_p2_sizeof() -> usize;
}
extern "C" {
pub fn blst_p2_affine_sizeof() -> usize;
}
extern "C" {
pub fn blst_fp12_sizeof() -> usize;
}
5 changes: 5 additions & 0 deletions build/win64/blst.def
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,9 @@ EXPORTS
blst_scalar_from_hexascii
blst_fr_from_hexascii
blst_fp_from_hexascii
blst_p1_sizeof
blst_p1_affine_sizeof
blst_p2_sizeof
blst_p2_affine_sizeof
blst_fp12_sizeof

0 comments on commit b4c3ddb

Please sign in to comment.