aboutsummaryrefslogtreecommitdiff
path: root/state/state_manager_test.go
blob: 6db8592ab83f1faec8ec2f88b5495f27e96e0b75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
package stfe

import (
	"testing"
)

func TestNewStateManagerSingle(t *testing.T) {
}

func TestLatest(t *testing.T) {
}

func TestToSign(t *testing.T) {
}

func TestCosigned(t *testing.T) {
}

func TestAddCosignature(t *testing.T) {
}

func TestRotate(t *testing.T) {
}

func TestSign(t *testing.T) {
}