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

Add optional CTR_SEEK mode functions #218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 22, 2023

  1. Add optional CTR_SEEK mode functions

    - Extends upon the CTR mode by allowing for the user to provide
      an index of a block they want to encrypt/decrypt.
    - Add function AES_CTR_xcrypt_block_at_position().
    - Add function AES_CTR_xcrypt_block_at_position_extended().
    - Should produce exactly the same output as CTR mode
      when used sequentially.
    mbenniston committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    36dcc1f View commit details
    Browse the repository at this point in the history