Poly1305: tolerate the intentional unsigned wraparound in poly1305.cpp

This commit is contained in:
Jonas Schnelli 2019-03-05 15:45:20 +01:00
parent b34bf302f2
commit e9d5e97561
No known key found for this signature in database
GPG key ID: 1EB776BB03C7922D

View file

@ -15,6 +15,7 @@ unsigned-integer-overflow:coded_stream.h
unsigned-integer-overflow:core_write.cpp
unsigned-integer-overflow:crypto/chacha20.cpp
unsigned-integer-overflow:crypto/ctaes/ctaes.c
unsigned-integer-overflow:crypto/poly1305.cpp
unsigned-integer-overflow:crypto/ripemd160.cpp
unsigned-integer-overflow:crypto/sha1.cpp
unsigned-integer-overflow:crypto/sha256.cpp