mirror of
https://github.com/monero-project/monero.git
synced 2025-08-06 07:44:18 -04:00
unit_tests: check for ge_frombytes_vartime failure
CID 1446559
This commit is contained in:
parent
67b97a5f16
commit
4251cc0b4d
2 changed files with 4 additions and 4 deletions
|
@ -260,7 +260,7 @@ TEST(multiexp, scalarmult_triple)
|
|||
rct::key res;
|
||||
ge_p3 Gp3;
|
||||
|
||||
ge_frombytes_vartime(&Gp3, rct::G.bytes);
|
||||
ASSERT_EQ(ge_frombytes_vartime(&Gp3, rct::G.bytes), 0);
|
||||
|
||||
static const rct::key scalars[] = {
|
||||
rct::Z,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue