mimblewimble / rust-secp256k1-zkp

ZKP fork for rust-secp256k1, adds wrappers for range proofs, pedersen commitments, etc
Creative Commons Zero v1.0 Universal
56 stars 51 forks source link

stop depending on intrinsics #43

Closed nitnelave closed 5 years ago

nitnelave commented 5 years ago

The interface, though marked stable, is actually not. See https://github.com/rust-lang/rust/pull/57997.

garyyu commented 5 years ago

Thanks @nitnelave to remind us on this 👍

yeastplume commented 5 years ago

intrinsics seems to be marked nightly-only experimental. Thanks for catching this