added shamir keys
This commit is contained in:
parent
13780f1c74
commit
be0f532628
14 changed files with 238 additions and 43 deletions
9
pkg/core/tablewriter.go
Normal file
9
pkg/core/tablewriter.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Copyright (C) 2023 Marius Schellenberger
|
||||
|
||||
package core
|
||||
|
||||
type TableWriter interface {
|
||||
Len() int
|
||||
Fields() string
|
||||
Values() []string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue