Skip to content

Commit 26ea6b4

Browse files
committed
Remove incompatible test
1 parent 9368c26 commit 26ea6b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/default/core_ed25519.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ main(void)
147147
assert(crypto_core_ed25519_is_valid_point(max_canonical_p) == 1);
148148
assert(crypto_core_ed25519_is_valid_point(non_canonical_invalid_p) == 0);
149149
assert(crypto_core_ed25519_is_valid_point(non_canonical_p) == 0);
150-
assert(crypto_core_ed25519_is_valid_point(not_main_subgroup_p) == 0);
151150

152151
memcpy(p2, p, crypto_core_ed25519_BYTES);
153152
add_P(p2);

0 commit comments

Comments
 (0)