Documentation ¶
Overview ¶
Package bls includes tests to ensure conformity with the Ethereum BLS cryptography specification. See https://github.com/ethereum/consensus-spec-tests/tree/master/tests/general/phase0/bls for details.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AggregateTest ¶
type AggregateVerifyTest ¶
type FastAggregateVerifyTest ¶
type FastAggregateVerifyTest struct { Input struct { Pubkeys []string `json:"pubkeys"` Message string `json:"message"` // TODO(#7632): Remove when https://github.com/ethereum/consensus-spec-tests/issues/22 is resolved. Messages string `json:"messages"` Signature string `json:"signature"` } `json:"input"` Output bool `json:"output"` }
type SignMsgTest ¶
Click to show internal directories.
Click to hide internal directories.