You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last two issues on the repo are about this. In addition the ng package is outdated with respect to the original curve25519-dalek package and so it's missing some methods like the basic from() to construct scalars.
I've made a PR on zkcrypto/bulletproofs (which is bulletproofs version 4 on crates.io, where as this repo is version 2) to sort out the dependency issues.
Seems the example on README uses
use curve25519_dalek::scalar::Scalar;
but it expectsuse curve25519_dalek_ng::scalar::Scalar;
The function
accepts
v_blinding
accepts typeThe text was updated successfully, but these errors were encountered: