monero/src/ringct
moneromooo-monero d4b62a1e29
rct amount key modified as per luigi1111's recommendations
This allows the key to be not the same for two outputs sent to
the same address (eg, if you pay yourself, and also get change
back). Also remove the key amounts lists and return parameters
since we don't actually generate random ones, so we don't need
to save them as we can recalculate them when needed if we have
the correct keys.
2016-08-28 21:30:19 +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 rct amount key modified as per luigi1111's recommendations 2016-08-28 21:30:19 +01:00
rctOps.h rct amount key modified as per luigi1111's recommendations 2016-08-28 21:30:19 +01:00
rctSigs.cpp rct amount key modified as per luigi1111's recommendations 2016-08-28 21:30:19 +01:00
rctSigs.h rct amount key modified as per luigi1111's recommendations 2016-08-28 21:30:19 +01:00
rctTypes.cpp ringct: cosmetic fixes 2016-08-28 21:27:59 +01:00
rctTypes.h rct: rework v2 txes into prunable and non prunable data 2016-08-28 21:30:18 +01:00