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

Update fortuna #636

Merged
merged 2 commits into from
Feb 26, 2024
Merged

Update fortuna #636

merged 2 commits into from
Feb 26, 2024

Commits on Feb 26, 2024

  1. Add aes_enc_test()

    Signed-off-by: Steffen Jaeckel <[email protected]>
    sjaeckel committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    090f527 View commit details
    Browse the repository at this point in the history
  2. Update AES integration of fortuna

    * Use `aes_` based API instead of `rijndael_`, so we can profit from
      a potential hardware accelerated version of AES.
    * Add option to use 'encrypt_only' variant of AES inside fortuna
    
    Signed-off-by: Steffen Jaeckel <[email protected]>
    sjaeckel committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0e12dbd View commit details
    Browse the repository at this point in the history