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

Use BlockCipher.blockSize as a result length in randomIV helper #893

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

Commits on Oct 4, 2021

  1. Use BlockCipher.blockSize as a result length in randomIV helper

    This should help to avoid two mistakes when `randomIV` helper is used:
    * Passing of invalid array length for IV generation
    * Usage of this method for key generation
    evnik committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    a220322 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    34f52c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    ec28c79 View commit details
    Browse the repository at this point in the history