Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-17 | fuzz: support std::byte in Consume{Fixed,Variable}LengthByteVector | Pieter Wuille | |
2023-07-12 | Switch all callers from poly1305_auth to Poly1305 class | Pieter 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-12 | crypto: add Poly1305 class with std::byte Span interface | Pieter Wuille | |
2020-12-10 | fuzz: Link all targets once | MarcoFalke | |
2020-06-25 | tests: Add fuzzing harness for poly1305_auth(...) | practicalswift | |