From 982e82468a7d7f7225a3748490b4b497795f37d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Fr=C3=B6hle?= Date: Thu, 13 Dec 2018 02:17:06 +0100 Subject: [PATCH] ac --- signature.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signature.go b/signature.go index e9ee350..7eb3ab1 100644 --- a/signature.go +++ b/signature.go @@ -70,7 +70,7 @@ func DefaultSignature(pemEncodedPublicKey []byte) Signature { }, Reference: Reference{ Transforms: []Method{ - {Algorithm: "http://www.w3.org/2000/09/xmldsig#enveloped-signature"}, + Method{Algorithm: "http://www.w3.org/2000/09/xmldsig#enveloped-signature"}, }, DigestMethod: Method{ Algorithm: "http://www.w3.org/2000/09/xmldsig#sha1",