aboutsummaryrefslogtreecommitdiff
path: root/src/or/consdiff.h
AgeCommit message (Expand)Author
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-05-04Request (and try to use) consensus diffs.Nick Mathewson
2017-05-03bug#22143/prop#140: identify input diffs by their digest-as-signedNick Mathewson
2017-03-16Avoid all needless memory copies when computing consensus diffs.Nick Mathewson
2017-03-16Make consensus diff sha3 operations mockable.Nick Mathewson
2017-03-16String-based API for consensus diffs.Nick Mathewson
2017-03-16Fix an abstraction violation.Nick Mathewson
2017-03-16Use "const" in consdiff.[ch]Nick Mathewson
2017-03-16prop140: Use sha3-256, not sha2-256Nick Mathewson
2017-03-16Remove digest[12]_hexNick Mathewson
2017-03-16Use "STATIC" to export consdiff fns for testingNick Mathewson
2017-03-16Consensus diff backend from Daniel Martí GSOC project.Daniel Martí