package
Version:
v5.0.1-rc.3
Opens a new window with list of versions in this module.
Published: Mar 6, 2024
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 {
Pubkeys []string `json:"pubkeys"`
Messages []string `json:"messages"`
Signature string `json:"signature"`
} `json:"input"`
Output bool `json:"output"`
}
type BatchVerifyTest struct {
Input struct {
Pubkeys []string `json:"pubkeys"`
Messages []string `json:"messages"`
Signatures []string `json:"signatures"`
} `json:"input"`
Output bool `json:"output"`
}
type DeserializationG1Test struct {
Input struct {
Pubkey string `json:"pubkey"`
} `json:"input"`
Output bool `json:"output"`
}
type DeserializationG2Test struct {
Input struct {
Signature string `json:"signature"`
} `json:"input"`
Output bool `json:"output"`
}
type FastAggregateVerifyTest struct {
Input struct {
Pubkeys []string `json:"pubkeys"`
Message string `json:"message"`
Messages string `json:"messages"`
Signature string `json:"signature"`
} `json:"input"`
Output bool `json:"output"`
}
type HashToG2Test struct {
Input struct {
Message string `json:"msg"`
} `json:"input"`
Output struct {
X string `json:"x"`
Y string `json:"y"`
} `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
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.