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 compress method #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

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