Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DESCFBCipher ¶
type DESCFBCipher struct { *cipher.StreamReader *cipher.StreamWriter // contains filtered or unexported fields }
func NewDESCFBCipher ¶
func NewDESCFBCipher(rwc io.ReadWriteCloser, password string) (*DESCFBCipher, error)
func (*DESCFBCipher) Close ¶
func (des *DESCFBCipher) Close() error
Click to show internal directories.
Click to hide internal directories.