Skip to content
  • Marten Seemann's avatar
    add an optimized implementation of HKDF-Expand-Label · 816019b9
    Marten Seemann authored
    The standard library uses cryptobyte.Builder in hkdfExpandLabel. This
    costs quite a bit of performance. Using an optimized implementation
    speeds up the initialization of the AEAD used for the Initial encryption
    level by ~15%.
    816019b9