Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidFormat = errors.New("invalid signature format") )
Functions ¶
This section is empty.
Types ¶
type Combiner ¶
type Combiner struct {
// contains filtered or unexported fields
}
Combiner creates a simple implementation for joining and splitting 2 signatures on a level above the cryptographic implementation. It simply concatenates signatures together and uses the stored information about signature lengths to split the concatenated bytes into its signature parts again.
func NewCombiner ¶
NewCombiner creates a new combiner to join and split signatures.
Click to show internal directories.
Click to hide internal directories.