cleanup
This commit is contained in:
parent
be0f532628
commit
05a68df896
15 changed files with 158 additions and 135 deletions
|
|
@ -6,7 +6,6 @@ import (
|
|||
"crypto/rand"
|
||||
"encoding/hex"
|
||||
"io"
|
||||
"time"
|
||||
|
||||
"git.giftfish.de/ston1th/keyctl/pkg/core"
|
||||
)
|
||||
|
|
@ -46,7 +45,6 @@ func Generate(name string, size int, enc core.Encoding, t core.Type) (kstore, k
|
|||
Size: size,
|
||||
Encoding: enc,
|
||||
Type: t,
|
||||
Created: time.Now().Unix(),
|
||||
}
|
||||
k = kstore
|
||||
if t == core.Shamir {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue