From 66f1e00d24757599defe338d538f2555c13dec13 Mon Sep 17 00:00:00 2001 From: Bram Westerbaan Date: Fri, 3 Feb 2023 13:52:42 +0100 Subject: [PATCH] =?UTF-8?q?S=20=E2=86=92=20T?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lizard/lizard_ristretto.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lizard/lizard_ristretto.rs b/src/lizard/lizard_ristretto.rs index cdfbac3d..d70f77bf 100644 --- a/src/lizard/lizard_ristretto.rs +++ b/src/lizard/lizard_ristretto.rs @@ -322,7 +322,7 @@ mod test { } print!("\nT: "); for j in 0..32 { - print!("{:02x} ", jqpoints[i].S.to_bytes()[j]); + print!("{:02x} ", jqpoints[i].T.to_bytes()[j]); } print!("\n"); }