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

libsnark-rust: move Rust-C++ link in separate crate #15

Merged
merged 7 commits into from
Jun 30, 2020
Merged

Conversation

naure
Copy link
Contributor

@naure naure commented Jun 25, 2020

Version v1.1.2, 2020-06, libsnark and gadgetlib for Rust

Rust:

  • Support for Command messages.
  • Remove C++ integration from the zkinterface crate.
  • Introduce a dedicated zkinterface-libsnark crate.
  • CMake integration in build.rs.
  • C++ libsnark wrapper. See gadgetlib_call_gadget().
  • A test as an example. See test_cpp_gadget().

C++:

  • Organize built artifacts: zkif_gadgetlib library, headers, dependencies, CLI wrappers.
  • Clean up and organize code.
  • Fix and clarify the translation between libsnark variables and zkInterface IDs. See class VarIdConverter.
  • Demonstrate a working gadget: a TinyRAM ALU operation.

@naure naure added the wip Work in progress label Jun 25, 2020
@naure naure force-pushed the libsnark-rust branch 6 times, most recently from 3598129 to b1b0577 Compare June 30, 2020 12:05
@naure naure removed the wip Work in progress label Jun 30, 2020
@naure naure merged commit e35f58b into master Jun 30, 2020
@naure naure deleted the libsnark-rust branch September 3, 2020 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant