Skip to content
  • Nick Mathewson's avatar
    Coverity: different implementation for csiphash · f55598f8
    Nick Mathewson authored
    Coverity has had trouble figuring out our csiphash implementation,
    and has given spurious warnings about its behavior.
    
    This patch changes the csiphash implementation when coverity is in
    use, so that coverity can figure out that we are not about to read
    beyond the provided input.
    
    Closes ticket 31025.
    f55598f8