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

Ch. 45 checksum.py - changes output format to columns; fixes the readme #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 25, 2020

  1. changes output format to columns; fixes the readme

    in the README file:
        fixes an error
            -D 2 should have been a -d 2 in an example
        changes the examples to use the new output format
    
    in checksum.py
        reorders some code so that the data_size parameter
        is correct when the user uses -D to supply custom data
    
        rearranges some code so that the printout of data values
        is in columns (rather than rows):
                for easier summing, xor-ing
                for cleaner display for larger values of -d
    carlalbing committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    901cb3f View commit details
    Browse the repository at this point in the history