Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement UncompressedEncoding #73

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 4, 2023

  1. feat: implement UncompressedEncoding

    - Update Rust toolchain to version 1.59.0 to satisfy the requirement of constant_time_eq v0.2.5,
    - Implement UncompressedEncoding for affine representations,
    - Add `paste` dependency at version 1.0.12 in order to give a specific struct for that representation for each of Pallas, Vesta.
    huitseeker committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    d7ce163 View commit details
    Browse the repository at this point in the history
  2. add serde for uncompressed

    winston-h-zhang authored and huitseeker committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    f28fb4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd19db3 View commit details
    Browse the repository at this point in the history