mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Correct spelling mistakes.
This commit is contained in:
parent
c7ace5fa3d
commit
fbcc91c2a4
19 changed files with 28 additions and 28 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue