-
Notifications
You must be signed in to change notification settings - Fork 42
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: warner/python-ed25519
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: amd64
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 244 files changed
- 2 contributors
Commits on Feb 28, 2012
-
import new 'ref10' ed25519 code verbatim from SUPERCOP-20120210
Still needs to be adapted to build outside of SUPERCOP.
Configuration menu - View commit details
-
Copy full SHA for c3adda8 - Browse repository at this point
Copy the full SHA c3adda8View commit details -
add some support code that ref10 will need to compile
headers that SUPERCOP generates, a sha512 implementation, and a constant-time verify.c
Configuration menu - View commit details
-
Copy full SHA for 270bca6 - Browse repository at this point
Copy the full SHA 270bca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fbd673 - Browse repository at this point
Copy the full SHA 3fbd673View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a8cae0e - Browse repository at this point
Copy the full SHA a8cae0eView commit details -
Also run the benchmark suite for 10x longer because this code is 20x faster.
Configuration menu - View commit details
-
Copy full SHA for db347c6 - Browse repository at this point
Copy the full SHA db347c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f735b6 - Browse repository at this point
Copy the full SHA 0f735b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 419f1ce - Browse repository at this point
Copy the full SHA 419f1ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53cb38b - Browse repository at this point
Copy the full SHA 53cb38bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbd4af4 - Browse repository at this point
Copy the full SHA cbd4af4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab21bfa - Browse repository at this point
Copy the full SHA ab21bfaView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...amd64