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

Revised Compression Method #2

Merged
merged 5 commits into from
May 11, 2017
Merged

Revised Compression Method #2

merged 5 commits into from
May 11, 2017

Commits on Apr 5, 2013

  1. compress may return less than target bytes

    Instead of throwing an error or zero-padding, "compress" now returns the
    input bytes if there are less than or equal to "target" number of them.
    I think this is logical since the goal of compress is to reduce the
    complexity of the digest before making it human consumable. In this case
    the complexity is already low enough to proceed.
    Adam Cornille committed Apr 5, 2013
    Configuration menu
    Copy the full SHA
    fc1212b View commit details
    Browse the repository at this point in the history
  2. Revised compression method

    Excess bytes are now distributed amongst the compressed bytes, instead
    of being dumped into the final bit as they were before.
    Adam Cornille committed Apr 5, 2013
    Configuration menu
    Copy the full SHA
    26b3692 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Compression method comments

    lafncow committed May 9, 2017
    Configuration menu
    Copy the full SHA
    6ad5c71 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Configuration menu
    Copy the full SHA
    7c850d0 View commit details
    Browse the repository at this point in the history
  2. Updated tests

    Set new correct test outputs for revised compression method. Editted comments to be within line limit.
    lafncow committed May 10, 2017
    Configuration menu
    Copy the full SHA
    de4fe43 View commit details
    Browse the repository at this point in the history