diff options
author | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-17 18:06:47 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus.dahlberg@kau.se> | 2020-11-17 18:06:47 +0100 |
commit | de550a6665cdbc295878f94a283b94b1e3368e6d (patch) | |
tree | c6b7db7d2fbe1da01cf40f11e5be078145269eae /crypto_test.go | |
parent | 5b5bb8dda46e7b434a849494712c5eec0dcce91d (diff) |
added test placeholders
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) { +} |