1. 10 Aug, 2020 2 commits
  2. 09 Aug, 2020 1 commit
  3. 07 Aug, 2020 8 commits
  4. 06 Aug, 2020 5 commits
  5. 05 Aug, 2020 10 commits
  6. 04 Aug, 2020 13 commits
  7. 03 Aug, 2020 1 commit
    • Lioncash's avatar
      aes_util: Allow SetIV to be non-allocating · 15660bd8
      Lioncash authored
      In a few places, the data to be set as the IV is already within an array.
      We shouldn't require this data to be heap-allocated if it doesn't need
      to be. This allows certain callers to reduce heap churn.
      15660bd8