From 5401f53bc76f8277149238c5ca5346b2744294e2 Mon Sep 17 00:00:00 2001 From: Olga Kunyavskaya Date: Tue, 12 Dec 2023 10:59:57 +0200 Subject: [PATCH] fix tests list --- neps/nep-0488.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neps/nep-0488.md b/neps/nep-0488.md index b359a68d7..f28b43dbb 100644 --- a/neps/nep-0488.md +++ b/neps/nep-0488.md @@ -560,7 +560,7 @@ This section aims to validate the handling of incorrect input data: - Incorrect input length. - Incorrect sign value (not 0 or 1). -- Erroneous coding of field elements, resulting in a correct point on the curve if only the suffix is considered. +- Erroneous coding of field elements: one of the first three bits set up incorrectly. - Erroneous coding of field elements resulting in a correct element on the curve modulo p. - Erroneous coding of field elements with an incorrect extra bit in the decompressed encoding. - Point not on the curve.