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

cipher: v0.3 changes (without block-modes integration) #435

Merged
merged 11 commits into from Dec 30, 2020

Commits on Dec 13, 2020

  1. cipher: v0.3 changes

    newpavlov committed Dec 13, 2020
    Copy the full SHA
    48a85f0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7795e45 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    66e8d64 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a673eb7 View commit details
    Browse the repository at this point in the history
  5. fix block tests

    newpavlov committed Dec 13, 2020
    Copy the full SHA
    2b0f36e View commit details
    Browse the repository at this point in the history
  6. fix stream tests

    newpavlov committed Dec 13, 2020
    Copy the full SHA
    d20d04a View commit details
    Browse the repository at this point in the history
  7. return SeenNum impl for i32

    newpavlov committed Dec 13, 2020
    Copy the full SHA
    f46f713 View commit details
    Browse the repository at this point in the history
  8. re-export blobby from root

    newpavlov committed Dec 13, 2020
    Copy the full SHA
    014a1a8 View commit details
    Browse the repository at this point in the history
  9. reorganize modules

    newpavlov committed Dec 13, 2020
    Copy the full SHA
    3cc6b10 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Remove WIP block-modes integration

    To aid in getting the other changes landed, and since the `block-modes`
    integration is otherwise purely additive, this deletes the WIP code so
    the rest can be landed.
    tarcieri committed Dec 26, 2020
    Copy the full SHA
    07219ec View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b386e9c View commit details
    Browse the repository at this point in the history