Documentation
¶
Overview ¶
Package x25 implements the X25 hash.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type X25 ¶
type X25 struct {
// contains filtered or unexported fields
}
X25 is the hash used to compute Frame checksums.
func (*X25) BlockSize ¶
BlockSize returns the hash's underlying block size. The Write method must be able to accept any amount of data, but it may operate more efficiently if all writes are a multiple of the block size.
Click to show internal directories.
Click to hide internal directories.