Skip to content
  1. Aug 10, 2020
  2. Aug 09, 2020
  3. Aug 07, 2020
  4. Aug 06, 2020
  5. Aug 05, 2020
  6. Aug 04, 2020
  7. Aug 03, 2020
    • 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
Loading