The highest tagged major version is
v5.
package
Version:
v0.3.7
Opens a new window with list of versions in this module.
Published: Mar 21, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AggregatePubkeysTest struct {
Input []string `json:"input"`
Output string `json:"output" ssz:"size=48"`
}
type AggregateSigsTest struct {
Input []string `json:"input"`
Output string `json:"output" ssz:"size=96"`
}
type MsgHashCompressedTest struct {
Input struct {
Message string `json:"message"`
Domain string `json:"domain"`
} `json:"input"`
Output []string `json:"output"`
}
type MsgHashUncompressedTest struct {
Input struct {
Message string `json:"message"`
Domain string `json:"domain"`
} `json:"input"`
Output [][]string `json:"output"`
}
type PrivToPubTest struct {
Input string `json:"input"`
Output string `json:"output"`
}
type SignMsgTest struct {
Input struct {
Privkey string `json:"privkey"`
Message string `json:"message"`
Domain string `json:"domain"`
} `json:"input"`
Output string `json:"output"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.