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

Speed up by fast unpacking #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Speed up by fast unpacking #17

wants to merge 2 commits into from

Commits on Oct 6, 2013

  1. Speed up by fast unpacking

    Replace manual bit unpacking of integers with
    C-speed unpacking using the struct module.
    
    Conflicts:
    	ed25519.py
    Ivoz committed Oct 6, 2013
    Configuration menu
    Copy the full SHA
    b2300f3 View commit details
    Browse the repository at this point in the history
  2. Refactor reduce into decodeint

    Add a small comment noting generation of public key
    Ivoz committed Oct 6, 2013
    Configuration menu
    Copy the full SHA
    6916a22 View commit details
    Browse the repository at this point in the history