spectest

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2019 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AggregatePubkeysTest

type AggregatePubkeysTest struct {
	Input  []string `json:"input"`
	Output string   `json:"output" ssz:"size=48"`
}

type AggregateSigsTest

type AggregateSigsTest struct {
	Input  []string `json:"input"`
	Output string   `json:"output" ssz:"size=96"`
}

type MsgHashCompressedTest

type MsgHashCompressedTest struct {
	Input struct {
		Message string `json:"message"`
		Domain  string `json:"domain"`
	} `json:"input"`
	Output []string `json:"output"`
}

type MsgHashUncompressedTest

type MsgHashUncompressedTest struct {
	Input struct {
		Message string `json:"message"`
		Domain  string `json:"domain"`
	} `json:"input"`
	Output [][]string `json:"output"`
}

type PrivToPubTest

type PrivToPubTest struct {
	Input  string `json:"input"`
	Output string `json:"output"`
}

type SignMsgTest

type SignMsgTest struct {
	Input struct {
		Privkey string `json:"privkey"`
		Message string `json:"message"`
		Domain  string `json:"domain"`
	} `json:"input"`
	Output string `json:"output"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL