Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameters of Ed25519 and support twisted Edwards curves #317

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions compiled/node_bindings/o1js_node.bc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7350,14 +7350,12 @@
import0=caml_string_of_jsbytes('Raised at file "import0.ml"'),
error$0=caml_string_of_jsbytes('Called from file "error.ml"'),
pos$1=caml_string_of_jsbytes("src/async_kernel.ml:93:17"),
c_compiler=caml_string_of_jsbytes("gcc"),
c_compiler=caml_string_of_jsbytes("cc"),
ocamlc_cflags=
caml_string_of_jsbytes
("-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC "),
caml_string_of_jsbytes("-O2 -fno-strict-aliasing -fwrapv -pthread "),
ocamlc_cppflags=caml_string_of_jsbytes("-D_FILE_OFFSET_BITS=64 "),
ocamlopt_cflags=
caml_string_of_jsbytes
("-O2 -fno-strict-aliasing -fwrapv -pthread -fPIC "),
caml_string_of_jsbytes("-O2 -fno-strict-aliasing -fwrapv -pthread "),
ocamlopt_cppflags=caml_string_of_jsbytes("-D_FILE_OFFSET_BITS=64 "),
cmi_magic_number=caml_string_of_jsbytes("Caml1999I031"),
default_styles=[0,[0,0,[0,[0,1],0]],[0,0,[0,[0,5],0]],[0,0,0]],
Expand Down Expand Up @@ -22412,7 +22410,7 @@
_gyc_=caml_string_of_jsbytes("OCAML_FLEXLINK"),
_gyd_=caml_string_of_jsbytes(" "),
_gye_=caml_string_of_jsbytes(" -maindll"),
_gyf_=caml_string_of_jsbytes(' -exe -link "-Wl,-E"'),
_gyf_=caml_string_of_jsbytes(" -exe"),
_gyg_=caml_string_of_jsbytes(""),
_aDe_=caml_string_of_jsbytes("Cygwin"),
_aDf_=caml_string_of_jsbytes("Unix"),
Expand Down
2 changes: 1 addition & 1 deletion compiled/node_bindings/o1js_node.bc.map

Large diffs are not rendered by default.

1,500 changes: 750 additions & 750 deletions compiled/node_bindings/plonk_wasm.cjs

Large diffs are not rendered by default.

Loading
Loading