zkcrypto / bellman

zk-SNARK library.
Other
988 stars 534 forks source link

Can't import bellman::pairing #97

Closed advock closed 1 month ago

advock commented 1 year ago

getting an error saying (failed to resolve: could not find pairing in bellman)

Scar26 commented 1 year ago

It's a separate crate and not exported by bellman anymore. You need to add it as a dependency and import separately