# Functions
AdhocSigning marshals, signs and verifies messages on behalf of any given public key but uniquely and deterministically so using crc32 hash function for performance.
ErroneousSigning returns an error for every Signing API that can return an error.
NewDriver instantiates a new Driver with the given GPBFT options.
NewInstance instantiates a new Instance for emulation.
No description provided by the author
PanicSigning panics for every Signing API.
# Variables
ValidTicket is a sentinel value to generate and set a valid gpbft.Ticket when delivering messages via Driver.deliverMessage.
# Structs
Driver drives the emulation of a GPBFT instance for one honest participant, and allows frame-by-frame control over progress of a GPBFT instance.
Instance represents a GPBFT instance capturing all the information necessary for GPBFT to function, along with the final decision reached if any.
# Interfaces
No description provided by the author
# Type aliases
MessageCache is a repository of messages keyed by their instance, round and phase.