aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/poly1305.h
AgeCommit message (Expand)Author
2023-07-12Switch all callers from poly1305_auth to Poly1305 classPieter Wuille
2023-07-12crypto: add Poly1305 class with std::byte Span interfacePieter Wuille
2023-07-12crypto: switch poly1305 to incremental implementationPieter Wuille
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-09-23refactor: use <cstdlib> over stdlib.hfanquake
2019-03-26Add Poly1305 implementationJonas Schnelli