From 265e222a896ec867170f4012130dd685fe1168dc Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Thu, 4 Nov 2021 13:12:34 +0800 Subject: [PATCH] missing one blank line --- sm2/p256_asm_table.go | 1 + 1 file changed, 1 insertion(+) diff --git a/sm2/p256_asm_table.go b/sm2/p256_asm_table.go index 0d25dcf..173eeb6 100644 --- a/sm2/p256_asm_table.go +++ b/sm2/p256_asm_table.go @@ -1,6 +1,7 @@ // Generated by gen_p256_table.go. DO NOT EDIT. //go:build amd64 // +build amd64 + package sm2 const p256Precomputed = "" +