`ark-mpc` v0.1.0
What's Changed
- algebra: Refactor implementation to be generic over curve choice by @joeykraut in #19
- network, fabric, algebra: Make entire crate generic over curve choice by @joeykraut in #20
Full Changelog: v0.2.4...v0.1.0
Description
This release generalizes the crate to work over generic ark-ec
curves and their scalar fields. Note though that the crate is still tightly coupled with the needs of Renegade's stack.