monero/src/ringct
moneromooo-monero 20e50ec7f7
ringct: do not serialize what can be reconstructed
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-28 21:28:55 +01:00
..
CMakeLists.txt ringct: import of Shen Noether's ring confidential transactions 2016-08-28 21:26:54 +01:00
rctCryptoOps.c ringct: import of Shen Noether's ring confidential transactions 2016-08-28 21:26:54 +01:00
rctCryptoOps.h ringct: import of Shen Noether's ring confidential transactions 2016-08-28 21:26:54 +01:00
rctOps.cpp ringct: catch errors from ge_frombytes_vartime 2016-08-28 21:28:45 +01:00
rctOps.h ringct: add functions to commit to an amount 2016-08-28 21:28:33 +01:00
rctSigs.cpp ringct: do not serialize what can be reconstructed 2016-08-28 21:28:55 +01:00
rctSigs.h ringct: do not serialize what can be reconstructed 2016-08-28 21:28:55 +01:00
rctTypes.cpp ringct: cosmetic fixes 2016-08-28 21:27:59 +01:00
rctTypes.h ringct: do not serialize what can be reconstructed 2016-08-28 21:28:55 +01:00