mirror of
https://github.com/monero-project/monero.git
synced 2026-01-01 15:36:08 -08:00
Correct spelling mistakes.
This commit is contained in:
@@ -132,7 +132,7 @@ TEST(ringct, MG_sigs)
|
||||
}
|
||||
sk[j] = xx[ind][j];
|
||||
}
|
||||
sk[2] = skGen();//asume we don't know one of the private keys..
|
||||
sk[2] = skGen();//assume we don't know one of the private keys..
|
||||
IIccss = MLSAG_Gen(message, P, sk, NULL, NULL, ind, R, hw::get_device("default"));
|
||||
ASSERT_FALSE(MLSAG_Ver(message, P, IIccss, R));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user