Documentation
¶
Overview ¶
Package commoncoin implements a common coin abstraction needed by the HoneyBadgerBFT for synchronization and randomness.
See A. Miller et al. The honey badger of bft protocols. 2016. <https://eprint.iacr.org/2016/199.pdf>, Appendix C.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBlsCommonCoin ¶
Types ¶
type BlsCommonCoinMsg ¶
type BlsCommonCoinMsg struct {
// contains filtered or unexported fields
}
func (*BlsCommonCoinMsg) Bytes ¶
func (m *BlsCommonCoinMsg) Bytes() []byte
func (*BlsCommonCoinMsg) FromBytes ¶
func (m *BlsCommonCoinMsg) FromBytes(buf []byte) error
Click to show internal directories.
Click to hide internal directories.