Merge branch 'carrot-tx-proof-support' of https://github.com/salvium/salvium into carrot-tx-proof-support

This commit is contained in:
Some Random Crypto Guy
2025-11-21 12:37:48 +00:00
2 changed files with 38 additions and 12 deletions
+2 -2
View File
@@ -543,7 +543,7 @@ namespace crypto {
ge_frombytes_vartime(&D_p3, &dbg_D);
mx25519_pubkey D_x25519;
ge_p3_to_x25519(D_x25519.data, &D_p3);
assert((uint8_t *)D.data == D_x25519.data);
assert(memcmp(D.data, D_x25519.data, 32) == 0);
}
#endif
@@ -886,4 +886,4 @@ POP_WARNINGS
ki.data[31] ^= 0x80;
}
}
}
}