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: zookoapi
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Feb 28, 2012

  1. strip down the API to match Zooko's suggestions

    I'm not really happy with the idea, but this will let me play with it and
    learn more.
    warner committed Feb 28, 2012
    Configuration menu
    Copy the full SHA
    d7910d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5413869 View commit details
    Browse the repository at this point in the history
  3. rewrite the tests to match

    warner committed Feb 28, 2012
    Configuration menu
    Copy the full SHA
    597a5e0 View commit details
    Browse the repository at this point in the history
  4. update bin/edsig to match

    warner committed Feb 28, 2012
    Configuration menu
    Copy the full SHA
    d5bd2c1 View commit details
    Browse the repository at this point in the history
  5. anticipate Zooko's next suggestion and remove all encoding= and prefi…

    …x= too
    
    This discourages using anything but unversioned base16, which is verbose.
    Using base64.b64encode() and then stripping/replacing the trailing "="
    symbols is too much work unless it's provided by ed25519 itself.
    warner committed Feb 28, 2012
    Configuration menu
    Copy the full SHA
    0f5a253 View commit details
    Browse the repository at this point in the history
Loading