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
bignum = { tag = "v0.4.2", git = "https://github.com/noir-lang/noir-bignum/" }
and
bignum = { tag = "v0.4.2", git = "https://github.com/noir-lang/noir-bignum" }
are considered different crates and i get this error when trying to use noir RSA with the former dep(because noir RSA uses bignum without trailing slash).
error: Expected type BigNumParams<18, 2048>, found type BigNumParams<18, 2048>
┌─ src/lib.nr:34:50
│
34 │ let signature: RBN2048 = RBN2048::from_array(params, signature);
│ ------
│
Expected Behavior
No compilation error
Bug
^^^
To Reproduce
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Nargo Version
1.0.0-beta.l0
NoirJS Version
No response
Proving Backend Tooling & Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered:
Aim
and
are considered different crates and i get this error when trying to use noir RSA with the former dep(because noir RSA uses bignum without trailing slash).
Expected Behavior
No compilation error
Bug
^^^
To Reproduce
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
None
Blocker Context
No response
Nargo Version
1.0.0-beta.l0
NoirJS Version
No response
Proving Backend Tooling & Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: