aboutsummaryrefslogtreecommitdiff
path: root/proposals/288-privcount-with-shamir.txt
AgeCommit message (Collapse)Author
2023-10-12Wrap text proposals in backticks.Nick Mathewson
2021-11-22Move proposal 288 (privcount-shamir) to reserve.Nick Mathewson
2018-07-10Correct a point in proposal 288.Nick Mathewson
Previously our design had called for considering a SHAKE output B bits at a time, but bitwise slicing is a pain. Instead, consider the output 64 bits at a time, mask off the high bits, and discard values that lie outside the prime field. Since P is very close to 2^B, nearly all values should be okay.
2018-06-03Mark prop288 as acceptedNick Mathewson
2017-12-01Add privcount-with-shamir proposalNick Mathewson