aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/crypto_poly1305.cpp
AgeCommit message (Collapse)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
This also removes the old poly1305_auth interface, as it no longer serves any function. The new Poly1305 class based interface is more modern and safe.
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