Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Combiner ¶
type Combiner struct{}
Combiner creates a simple implementation for joining and splitting signatures on a level above the cryptographic implementation. It simply concatenates signatures together with their length information and uses this information to split the concatenated bytes into its signature parts again.
func NewCombiner ¶
func NewCombiner() *Combiner
NewCombiner creates a new combiner to join and split signatures.
Click to show internal directories.
Click to hide internal directories.