From ef9acd2bbdd5b47cf420ca0fa2946514ac850755 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Fri, 19 Apr 2019 13:20:08 -0700 Subject: [PATCH] Update ristretto255_test.go Co-Authored-By: hdevalence --- ristretto255_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ristretto255_test.go b/ristretto255_test.go index 74a9dc6..82e9479 100644 --- a/ristretto255_test.go +++ b/ristretto255_test.go @@ -146,7 +146,7 @@ func TestRistrettoSmallMultiplesTestVectors(t *testing.T) { // Re-encode and check round trips roundtripEncoding := decodedPoint.Encode(nil) if !bytes.Equal(encoding, roundtripEncoding) { - t.Errorf("decode<>encode roundtrip failed on test vector %d", i) + t.Errorf("#%d: decode<>encode roundtrip failed", i) } // Check that the test vector encodes i * B