zcash / pasta_curves

Rust implementation for zcash/pasta
Other
80 stars 49 forks source link

BEAM Nif integration for Pasta Curves #79

Open mariari opened 1 year ago

mariari commented 1 year ago

I've added Erlang/Elixir NIF integration into pasta curves using rustler. The feature is feature flagged so it has no effect on the codebase when it is not in use.

Tell me if there is anything I should change, or anything more that needs to be done for this to be considered.

The CI will fail as I have not merged #68 into the topic, I can setup an integration branch with these two topics, if you want to see if CI passes or fails.