package
Version:
v1.0.0-alpha.4
Opens a new window with list of versions in this module.
Published: Apr 19, 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 AggregateTest struct {
Input []string `json:"input"`
Output string `json:"output" ssz:"size=96"`
}
type AggregateVerifyTest struct {
Input struct {
Pairs []struct {
Pubkey string `json:"pubkey"`
Message string `json:"message"`
} `json:"pairs"`
Signature string `json:"signature"`
} `json:"input"`
Output bool `json:"output"`
}
type FastAggregateVerifyTest struct {
Input struct {
Pubkeys []string `json:"pubkeys"`
Message string `json:"message"`
Signature string `json:"signature"`
} `json:"input"`
Output bool `json:"output"`
}
type SignMsgTest struct {
Input struct {
Privkey string `json:"privkey"`
Message string `json:"message"`
} `json:"input"`
Output string `json:"output"`
}
type VerifyMsgTest struct {
Input struct {
Pubkey string `json:"pubkey"`
Message string `json:"message"`
Signature string `json:"signature"`
} `json:"input"`
Output bool `json:"output"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.