Skip to content

Commit

Permalink
Update jsbindings.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
BubbleTrouble14 committed Mar 24, 2024
1 parent 9c9007e commit 61e9ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js-bindings/jsbindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ EMSCRIPTEN_BINDINGS(blsjs) {
.class_function("from_bytes", &G2ElementWrapper::FromBytes)
.class_function("from_g2", &G2ElementWrapper::FromG2Element)
.class_function("aggregate_sigs", &G2ElementWrapper::AggregateSigs)
.class_function("generator", &G2ElementWrapper::Generator)
.class_function("generator", &G1ElementWrapper::Generator)
.function("serialize", &G2ElementWrapper::Serialize)
.function("negate", &G2ElementWrapper::Negate)
.function("deepcopy", &G2ElementWrapper::Deepcopy)
Expand Down

0 comments on commit 61e9ee9

Please sign in to comment.