diff options
Diffstat (limited to 'crypto_test.go')
-rw-r--r-- | crypto_test.go | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/crypto_test.go b/crypto_test.go new file mode 100644 index 0000000..2635646 --- /dev/null +++ b/crypto_test.go @@ -0,0 +1,21 @@ +package stfe + +import ( + "testing" +) + +// TODO: TestBuildChainFromDerList +func TestBuildChainFromDerList(t *testing.T) { +} + +// TODO: TestVerifySignature +func TestVerifySignature(t *testing.T) { +} + +// TODO: TestGenV1Sdi +func TestGenV1Sdi(t *testing.T) { +} + +// TODO: TestGenV1Sth +func TestGenV1Sth(t *tesing.T) { +} |