Skip to content

Commit 1ea9312

Browse files
update crypto-lib (XRPLF#6418)
1 parent 6ad60d7 commit 1ea9312

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

conan.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"protobuf/6.32.1#f481fd276fc23a33b85a3ed1e898b693%1765850161.038",
1313
"openssl/3.5.5#05a4ac5b7323f7a329b2db1391d9941f%1770229825.601",
1414
"nudb/2.0.9#0432758a24204da08fee953ec9ea03cb%1769436073.32",
15-
"mpt-crypto/0.1.0-rc1#540df31d3d2ac079d94d8c124af8e7bd%1770905118.675",
15+
"mpt-crypto/0.1.0-rc2#575de3d495f539e3e5eba957b324d260%1771955268.105",
1616
"lz4/1.10.0#59fc63cac7f10fbe8e05c7e62c2f3504%1765850143.914",
1717
"libiconv/1.17#1e65319e945f2d31941a9d28cc13c058%1765842973.492",
1818
"libbacktrace/cci.20210118#a7691bfccd8caaf66309df196790a5a1%1765842973.03",

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Xrpl(ConanFile):
3131
"ed25519/2015.03",
3232
"grpc/1.72.0",
3333
"libarchive/3.8.1",
34-
"mpt-crypto/0.1.0-rc1",
34+
"mpt-crypto/0.1.0-rc2",
3535
"nudb/2.0.9",
3636
"openssl/3.5.5",
3737
"secp256k1/0.7.1",

src/test/app/ConfidentialTransfer_test.cpp

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1956,11 +1956,10 @@ class ConfidentialTransfer_test : public beast::unit_test::suite
19561956
.amt = 30,
19571957
});
19581958

1959-
// todo: this test fails because proof generation for convertback fails if remainder amount is 0
1960-
// mptAlice.convertBack({
1961-
// .account = bob,
1962-
// .amt = 10,
1963-
// });
1959+
mptAlice.convertBack({
1960+
.account = bob,
1961+
.amt = 10,
1962+
});
19641963
}
19651964

19661965
// Edge case: minimum amount (1)
@@ -3771,8 +3770,7 @@ class ConfidentialTransfer_test : public beast::unit_test::suite
37713770
testConvertBackPedersenProof(features);
37723771
testConvertBackBulletproof(features);
37733772

3774-
// todo: this test fails because proof generation for convertback fails if remainder amount is 0
3775-
// testMutatePrivacy(features);
3773+
testMutatePrivacy(features);
37763774
}
37773775

37783776
public:

0 commit comments

Comments
 (0)