Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientConn ¶
type ClientConn struct { *Conn // contains filtered or unexported fields }
func NewClientConn ¶
func NewClientConn(hashConn *HashReadConn) *ClientConn
func (*ClientConn) WriteVectorised ¶
func (c *ClientConn) WriteVectorised(buffers []*buf.Buffer) error
type HashReadConn ¶
func NewHashReadConn ¶
func NewHashReadConn(conn net.Conn, password string) *HashReadConn
func (*HashReadConn) Sum ¶
func (c *HashReadConn) Sum() []byte
type HashWriteConn ¶
func NewHashWriteConn ¶
func NewHashWriteConn(conn net.Conn, password string) *HashWriteConn
func (*HashWriteConn) Fallback ¶
func (c *HashWriteConn) Fallback()
func (*HashWriteConn) HasContent ¶
func (c *HashWriteConn) HasContent() bool
func (*HashWriteConn) LastSum ¶
func (c *HashWriteConn) LastSum() []byte
func (*HashWriteConn) Sum ¶
func (c *HashWriteConn) Sum() []byte
Click to show internal directories.
Click to hide internal directories.