sapling-crypto icon indicating copy to clipboard operation
sapling-crypto copied to clipboard

Fix `OutputProver::prepare_circuit` API to be usable outside the crate

Open str4d opened this issue 1 year ago • 0 comments

The public APIs that produced esk all used the EphemeralSecretKey type, but that could only be converted to a jubjub::Scalar inside the crate. We now use the type-safe wrapper consistently.

str4d avatar Oct 12 '24 19:10 str4d