mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-05 19:35:48 +03:00
@@ -1104,7 +1104,6 @@ void mpi_core_mul(char *input_A,
|
|||||||
ASSERT_COMPARE(X, X_bytes, R, X_bytes);
|
ASSERT_COMPARE(X, X_bytes, R, X_bytes);
|
||||||
ASSERT_COMPARE(A, A_bytes, A_orig, A_bytes);
|
ASSERT_COMPARE(A, A_bytes, A_orig, A_bytes);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 3. X = B * A - result should be correct, A and B unchanged */
|
/* 3. X = B * A - result should be correct, A and B unchanged */
|
||||||
else {
|
else {
|
||||||
memset(X, '!', X_bytes);
|
memset(X, '!', X_bytes);
|
||||||
|
Reference in New Issue
Block a user