Skip to content
  • Niels Möller's avatar
    Tweaks for in-place cbc, cfb and gcm. · 140156d1
    Niels Möller authored
    * cbc.c (cbc_decrypt): For in-place operation (src == dst case),
    eliminate use of src variable.
    * cfb.c (cfb_decrypt): Likewise.
    * gcm.c (gcm_crypt): Likewise, and replace one memxor3 by memxor.
    140156d1