Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: warner/python-ed25519
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: warner/python-ed25519
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ref10
Choose a head ref
  • 5 commits
  • 82 files changed
  • 1 contributor

Commits on Feb 28, 2012

  1. import new 'ref10' ed25519 code verbatim from SUPERCOP-20120210

    Still needs to be adapted to build outside of SUPERCOP.
    warner committed Feb 28, 2012
    Configuration menu
    Copy the full SHA
    c3adda8 View commit details
    Browse the repository at this point in the history
  2. add some support code that ref10 will need to compile

    headers that SUPERCOP generates, a sha512 implementation, and a constant-time
    verify.c
    warner committed Feb 28, 2012
    Configuration menu
    Copy the full SHA
    270bca6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fbd673 View commit details
    Browse the repository at this point in the history
  4. new publickey() function, to avoid using randombytes.h

    We let the python code create a random key with os.urandom(), which is
    portable to windows and can be tested deterministically, rather than using
    the upstream keypair() that calls randombytes() and reads directly from
    /dev/urandom.
    warner committed Feb 28, 2012
    Configuration menu
    Copy the full SHA
    a8cae0e View commit details
    Browse the repository at this point in the history
  5. setup.py: switch to ref10

    Also run the benchmark suite for 10x longer because this code is 20x faster.
    warner committed Feb 28, 2012
    Configuration menu
    Copy the full SHA
    db347c6 View commit details
    Browse the repository at this point in the history
Loading