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 9368c26 commit 26ea6b4Copy full SHA for 26ea6b4
test/default/core_ed25519.c
@@ -147,7 +147,6 @@ main(void)
147
assert(crypto_core_ed25519_is_valid_point(max_canonical_p) == 1);
148
assert(crypto_core_ed25519_is_valid_point(non_canonical_invalid_p) == 0);
149
assert(crypto_core_ed25519_is_valid_point(non_canonical_p) == 0);
150
- assert(crypto_core_ed25519_is_valid_point(not_main_subgroup_p) == 0);
151
152
memcpy(p2, p, crypto_core_ed25519_BYTES);
153
add_P(p2);
0 commit comments