adding documentation/analysis of key format
This commit is contained in:
6
sshkeys/interface.go
Normal file
6
sshkeys/interface.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package sshkeys
|
||||
|
||||
type OpenSSHKeypair interface {
|
||||
GeneratePrivate(keyType uint8) error
|
||||
GeneratePublic(keyType uint8) error
|
||||
}
|
||||
Reference in New Issue
Block a user