partial working serialisation

This commit is contained in:
Some Random Crypto Guy
2024-12-15 22:28:14 +00:00
parent e68f7f46ed
commit a01422a5e0
18 changed files with 303 additions and 208 deletions
+3
View File
@@ -197,6 +197,7 @@ namespace rct {
case RCTTypeBulletproof2:
case RCTTypeCLSAG:
case RCTTypeBulletproofPlus:
case RCTTypeFullProofs:
return true;
default:
return false;
@@ -221,6 +222,7 @@ namespace rct {
switch (type)
{
case RCTTypeBulletproofPlus:
case RCTTypeFullProofs:
return true;
default:
return false;
@@ -245,6 +247,7 @@ namespace rct {
{
case RCTTypeCLSAG:
case RCTTypeBulletproofPlus:
case RCTTypeFullProofs:
return true;
default:
return false;