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

Streaming API for CBC and CTR cipher modes #410

Merged
merged 8 commits into from
Jun 21, 2024
Merged

Commits on Jun 17, 2024

  1. Stream cipher API

    justsmth committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7fd57b0 View commit details
    Browse the repository at this point in the history
  2. Return a BufferUpdate struct

    justsmth committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2e5d294 View commit details
    Browse the repository at this point in the history
  3. Cleanup docs

    justsmth committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6146587 View commit details
    Browse the repository at this point in the history
  4. Add more tests

    justsmth committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d50d9f7 View commit details
    Browse the repository at this point in the history
  5. Satisfy clippy

    justsmth committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    619fbe7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b08fed7 View commit details
    Browse the repository at this point in the history
  7. Add FIPS tests

    justsmth committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b99e78d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a75b01 View commit details
    Browse the repository at this point in the history