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

Feature/compressed try from #1

Commits on Oct 18, 2019

  1. Impl TryFrom<&[u8]> for all compressed point types.

    This reduces copy-pasta in downstream users to check the length of the
    slice beforehand.
    isislovecruft committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    0840d3a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    da41966 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c98d00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d2fe9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7f2c6c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. impl TryFrom and From[u8; 32] for CompressedRistretto, MontgomeryPoin…

    …t, CompressedEdwardsY and Scalar
    vlopes11 committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    ccb97b6 View commit details
    Browse the repository at this point in the history