From 337575950edf40bd1291b8c49d59cc13add085cb Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Tue, 7 Jun 2022 17:22:59 +0800 Subject: [PATCH] add endofline --- sm9/sm9.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sm9/sm9.go b/sm9/sm9.go index a2cd67f..c8b02c5 100644 --- a/sm9/sm9.go +++ b/sm9/sm9.go @@ -1,4 +1,4 @@ // Package sm9 handle shangmi sm9 algorithm and its curves and pairing implementation package sm9 -// TODO: implement SM9 algorithm based on basic curves, G1/G2/GT and r-ate pairing implementation. \ No newline at end of file +// TODO: implement SM9 algorithm based on basic curves, G1/G2/GT and r-ate pairing implementation.