monero/src/ringct
moneromooo-monero 66f96260b2
ringct: new {gen,decode}Rct APIs for convenience
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-28 21:28:21 +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: simplify random key generation 2016-08-28 21:28:03 +01:00
rctOps.h ringct: cosmetic fixes 2016-08-28 21:27:59 +01:00
rctSigs.cpp ringct: new {gen,decode}Rct APIs for convenience 2016-08-28 21:28:21 +01:00
rctSigs.h ringct: new {gen,decode}Rct APIs for convenience 2016-08-28 21:28:21 +01:00
rctTypes.cpp ringct: cosmetic fixes 2016-08-28 21:27:59 +01:00
rctTypes.h ringct: add more convenience functions 2016-08-28 21:28:20 +01:00