implement native xmlenc decrypt function

This commit is contained in:
Ross Kinder
2016-12-29 11:07:25 -05:00
parent e02213cf99
commit 383e4f2c19
5 changed files with 755 additions and 0 deletions

10
xmlenc/setup_test.go Normal file
View File

@@ -0,0 +1,10 @@
package xmlenc
import (
"testing"
. "gopkg.in/check.v1"
)
// Hook up gocheck into the "go test" runner.
func Test(t *testing.T) { TestingT(t) }