Skip to content

arkworks feature requires u64_backend #107

@redshiftzero

Description

@redshiftzero

Currently in the decaf377 repository the following should work:

  • No default features, using the u32_backend (for hardware wallets)
  • Default features, using the u32_backend,r1cs features (for WASM)

However, when r1cs is enabled, arkworks is enabled, which incorrectly forces the use of the u64_backend: https://github.com/penumbra-zone/decaf377/blob/main/src/fields/fp.rs#L16

Discovered in: penumbra-zone/web#1492

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions