We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a480e3 commit b8c6c58Copy full SHA for b8c6c58
src/docsdocs/crypto/generate.go
@@ -33,8 +33,8 @@ type Encrypter interface {
33
ExportPublic(io.Writer) error
34
GetPrivate() *rsa.PrivateKey
35
GetPublic() *rsa.PublicKey
36
- // ReadPrivate() (*rsa.PrivateKey, error)
37
- // ReadPublic() (*rsa.PublicKey, error)
+ // ReadPrivateFile(r io.Reader) (*rsa.PrivateKey, error)
+ // ReadPublicFile(r io.Reader) (*rsa.PublicKey, error)
38
}
39
40
// DocsCrypto This is struct to manager crypto files
0 commit comments