We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fddeb commit 1789d44Copy full SHA for 1789d44
Classes/FCryptoTestMutator.uc
@@ -1025,6 +1025,16 @@ private final simulated function int TestMath()
1025
local int MontyDecodeResult;
1026
local string BigIntString;
1027
1028
+ local int Dummy;
1029
+
1030
+ // TODO: Design for QWORD arithmetic.
1031
+ Dummy = 0xFFFFFFFF;
1032
+ `fclog("Dummy=" $ Dummy);
1033
+ `fclog("Dummy=" $ ToHex(Dummy));
1034
+ Dummy += 0xF;
1035
1036
1037
1038
// BearSSL assumes all operands caller-allocated.
1039
// We'll do some bare minimum allocations here to avoid issues.
1040
// TODO: does UScript dynamic array allocation break CT guarantees?
0 commit comments