Separate out key directory
This commit is contained in:
parent
b7671b9a97
commit
3dfe5b8558
6 changed files with 85 additions and 60 deletions
9
keydirectory/keyentry.go
Normal file
9
keydirectory/keyentry.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package keydirectory
|
||||
|
||||
import "crypto"
|
||||
|
||||
type KeyEntry struct {
|
||||
Alg string
|
||||
PublicKey crypto.PublicKey
|
||||
UserId string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue