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

NEP-364: Efficient signature verification host functions #364

Merged
merged 24 commits into from
Oct 6, 2022

Commits on Jun 15, 2022

  1. NEP-364

    Efficient signature verification and hashing precompile functions
    blasrodri committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    34a9391 View commit details
    Browse the repository at this point in the history
  2. correct some grammar

    blasrodri committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    1d4dc44 View commit details
    Browse the repository at this point in the history
  3. add more benchmarks

    blasrodri committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    56d08f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Update README.md

    Co-authored-by: Marcelo Fornet <mfornet94@gmail.com>
    blasrodri and mfornet authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    0129422 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. incorporate comments

    blasrodri committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    8962147 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67ac13b View commit details
    Browse the repository at this point in the history
  3. Update neps/nep-0364.md

    Co-authored-by: Simonas Kazlauskas <github@kazlauskas.me>
    blasrodri and nagisa authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    055bd09 View commit details
    Browse the repository at this point in the history
  4. Update neps/nep-0364.md

    Co-authored-by: Simonas Kazlauskas <github@kazlauskas.me>
    blasrodri and nagisa authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    70265a5 View commit details
    Browse the repository at this point in the history
  5. add alternatives

    blasrodri committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d6c0771 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

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

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    1d2777f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    479edff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ed5b18 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. return u64

    blasrodri committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    1e8d3df View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. minor adjustments

    blasrodri committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    80ac231 View commit details
    Browse the repository at this point in the history
  2. update cost (probably WIP)

    blasrodri committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    f3b5c39 View commit details
    Browse the repository at this point in the history
  3. update docs

    blasrodri committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    e3af2cb View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. revert README

    blasrodri committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    ba8a3d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. addressing comments

    near#364 (comment)
    
    and specifics of the crate being used
    blasrodri committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    bdf64d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. address comments

    blasrodri committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    59257ca View commit details
    Browse the repository at this point in the history
  2. rm curly brace

    blasrodri committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    d25d8f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. document crate decisions

    blasrodri committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    3dac4ea View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. updated comments

    blasrodri committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    73e0290 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. rm redundant sentence

    blasrodri committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    003493e View commit details
    Browse the repository at this point in the history