Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RID ¶
type RID []byte
RID represents a byte slice of whose size equals the security parameter. It can be easily XOR'ed with other RID. An empty slice is considered invalid.
type SigningMessage ¶
type SigningMessage []byte
SigningMessage wraps a byte slice representing a message to be signed.
func (SigningMessage) Domain ¶
func (t SigningMessage) Domain() string
Domain implements hash.WriterToWithDomain.
type ThresholdWrapper ¶
type ThresholdWrapper uint32
ThresholdWrapper wraps a uint32 and enables writing with domain.
func (ThresholdWrapper) Domain ¶
func (ThresholdWrapper) Domain() string
Domain implements hash.WriterToWithDomain.
Click to show internal directories.
Click to hide internal directories.