From de550a6665cdbc295878f94a283b94b1e3368e6d Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Tue, 17 Nov 2020 18:06:47 +0100 Subject: added test placeholders --- crypto_test.go | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 crypto_test.go (limited to 'crypto_test.go') 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) { +} -- cgit v1.2.3