Skip to content
  • Nick Mathewson's avatar
    csiphash: don't attempt unaligned access · aaa33f14
    Nick Mathewson authored
    In digestmap_set/get benchmarks, doing unaligned access on x86
    doesn't save more than a percent or so in the fast case.  In the
    slow case (where we cross a cache line), it could be pretty
    expensive.  It also makes ubsan unhappy.
    aaa33f14