aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/crypto_poly1305.cpp
AgeCommit message (Expand)Author
2023-08-17fuzz: support std::byte in Consume{Fixed,Variable}LengthByteVectorPieter Wuille
2023-07-12Switch all callers from poly1305_auth to Poly1305 classPieter Wuille
2023-07-12crypto: add Poly1305 class with std::byte Span interfacePieter Wuille
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-06-25tests: Add fuzzing harness for poly1305_auth(...)practicalswift