cargodog / arcturus

A pure rust implementation of Arcturus proofs for confidential transactions.
MIT License
12 stars 2 forks source link

Cargo build errors #39

Closed Fiono11 closed 3 years ago

Fiono11 commented 3 years ago

Hello! When I try to cargo build a project with the following Cargo.toml:

curve25519-dalek = "3.0.2" arcturus = "0.2.1"

it gives me many errors "expected struct FieldElement51, found struct FieldElement2625".

Any idea why? Thanks!