aboutsummaryrefslogtreecommitdiff
path: root/src/ringct/rctSigs.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-08-28ringct: do not serialize what can be reconstructedmoneromooo-monero1-5/+6
The mixRing (output keys and commitments) and II fields (key images) can be reconstructed from vin data. This saves some modest amount of space in the tx.
2016-08-28ringct: txn fee stuffShen Noether1-2/+2
2016-08-28ringct: new {gen,decode}Rct APIs for conveniencemoneromooo-monero1-1/+3
A new version of genRct takes the mixRing as parameter, instead of the inPk. inPk are part of the mixRing, and it is cleaner to pass the mixRing data than to fetch it from the RingCT code. A new version of decodeRct also returns the mask. Also, failure to decode throws, so errors are properly detected.
2016-08-28ringct: add a few consts where appropriatemoneromooo-monero1-3/+3
2016-08-28ringct: add simple input validationmoneromooo-monero1-7/+7
Throw when inputs aren't the expected size.
2016-08-28ringct: import of Shen Noether's ring confidential transactionsmoneromooo-monero1-0/+144