stubbed out cipher funcs
This commit is contained in:
9
keytypes/types.go
Normal file
9
keytypes/types.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package keytypes
|
||||
|
||||
// Key contains at least one keytypes.KeyPair, a cipher.Cipher, and a kdf.KDF.
|
||||
type Key interface {
|
||||
}
|
||||
|
||||
// KeyPair contains a private key component, public key component, and comment.
|
||||
type KeyPair interface {
|
||||
}
|
||||
Reference in New Issue
Block a user