X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=dsakey%2Fdsakey_test.go;fp=dsakey%2Fdsakey_test.go;h=34df359554bdb39a67f69476212ea186b9163c2b;hb=293e53e15524518b254091a155c5d04f4305816d;hp=29ba72544daf0aa7a2d1a86d97cf3d1a5b1da238;hpb=ba050281925d304417cc0d4a80340b9dab9b6da8;p=epoint diff --git a/dsakey/dsakey_test.go b/dsakey/dsakey_test.go index 29ba725..34df359 100644 --- a/dsakey/dsakey_test.go +++ b/dsakey/dsakey_test.go @@ -1,11 +1,11 @@ package dsakey import ( + "bytes" "crypto/openpgp" "fmt" - "bytes" - "time" "testing" + "time" ) func testSignAndVerify(t *testing.T, priv *openpgp.Entity) {