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

Make scalars always reduced #519

Merged
merged 22 commits into from
Mar 28, 2023
Merged

Commits on Mar 20, 2023

  1. Removed Scalar::{from_bits, from_bytes_clamped}; all constructible sc…

    …alars are now reduced mod l
    rozbb committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    bafa0f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9ffe34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2862f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9867c6c View commit details
    Browse the repository at this point in the history
  5. Fixed build warning

    rozbb committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ef4285f View commit details
    Browse the repository at this point in the history
  6. Fixed doctests

    rozbb committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    3d16f12 View commit details
    Browse the repository at this point in the history
  7. Docs

    rozbb committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    a299343 View commit details
    Browse the repository at this point in the history
  8. Added EdwardsPoint::mul_base_clamped and gated Scalar::from_bits behi…

    …nd legacy_compatibility
    rozbb committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    5d1aae2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    c170939 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    1934019 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcd3078 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25ee96c View commit details
    Browse the repository at this point in the history
  4. Made clamp_integer() const

    rozbb committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    be9fc8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc86a64 View commit details
    Browse the repository at this point in the history
  6. Wibble

    rozbb committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    1663cb6 View commit details
    Browse the repository at this point in the history
  7. Clarify changelog items

    rozbb committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    742bf60 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    a7a5257 View commit details
    Browse the repository at this point in the history
  2. Added proper deprecation notice to Scalar::from_bits; added legacy_co…

    …mpatibility to Makefile and docsrs flags
    rozbb committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    ec9a5d1 View commit details
    Browse the repository at this point in the history
  3. Docs wibble

    rozbb committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    90ff2cb View commit details
    Browse the repository at this point in the history
  4. Fixed test CI

    rozbb committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a64d72a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2854d4e View commit details
    Browse the repository at this point in the history
  6. Changelog wibble

    rozbb committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    239ffa8 View commit details
    Browse the repository at this point in the history