Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

feat: Update Arkworks' dependencies on acir_field #69

Merged
merged 5 commits into from
Feb 10, 2023

Commits on Feb 1, 2023

  1. Update field element serialization

    `to_bytes!` macro is not available anymore in `ark-ff`
    ilitteri committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    1e121e9 View commit details
    Browse the repository at this point in the history
  2. Update FieldElement::pow

    ilitteri committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    ca200de View commit details
    Browse the repository at this point in the history
  3. Update use of F constants

    ilitteri committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    0da60c0 View commit details
    Browse the repository at this point in the history
  4. Remove unused import

    ilitteri committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    d1365c1 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Remove repeated dev-dependency

    `ark-bn254` with the `curve` feature is already a dependency so it is not needed as a dev-dependency unless it uses other features than the regular dependency
    ilitteri committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    7ca9177 View commit details
    Browse the repository at this point in the history