zerokit/multiplier
Aaryamann Challani 6d58320077
fix(crates): version tags (#194)
* fix(crates): version tags

* fix commit

---------

Co-authored-by: Rostyslav Tyshko <tyshko.rostyslav@gmail.com>
2023-07-31 09:22:23 +02:00
..
resources Revert "remove multiplier (#184)" (#185) 2023-07-24 13:44:49 +05:30
src Revert "remove multiplier (#184)" (#185) 2023-07-24 13:44:49 +05:30
tests Revert "remove multiplier (#184)" (#185) 2023-07-24 13:44:49 +05:30
Cargo.toml fix(crates): version tags (#194) 2023-07-31 09:22:23 +02:00
Makefile.toml Revert "remove multiplier (#184)" (#185) 2023-07-24 13:44:49 +05:30
README.md Revert "remove multiplier (#184)" (#185) 2023-07-24 13:44:49 +05:30

README.md

Multiplier example

Example wrapper around a basic Circom circuit to test Circom 2 integration through ark-circom and FFI.

Build and Test

To build and test, run the following commands within the module folder

cargo make build
cargo make test

FFI

To generate C or Nim bindings from Rust FFI, use cbindgen or nbindgen:

cbindgen . -o target/multiplier.h
nbindgen . -o target/multiplier.nim