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

feat(cfb-mode): add Buffer{Encryptor|Decryptor} #17

Merged
merged 4 commits into from Sep 13, 2022

Commits on May 1, 2022

  1. feat(cfb-mode): add Buffer{Encryptor|Decryptor}

    This allows encrypting and decrypting based on multiple individual pieces of the data, rather than having to work with all data at once.
    dignifiedquire committed May 1, 2022
    Configuration menu
    Copy the full SHA
    5c73ad7 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. apply cr

    dignifiedquire committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    215fe77 View commit details
    Browse the repository at this point in the history
  2. fixup state mgmt

    dignifiedquire committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    9fd4403 View commit details
    Browse the repository at this point in the history
  3. fixup

    dignifiedquire committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    39001b6 View commit details
    Browse the repository at this point in the history