Documentation ¶
Overview ¶
Package common contains common implementation details of other packages, and should not be used directly.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Msb ¶
Msb returns the most significant bit of the supplied data (which must be non-empty). This is the MSB(L) function of RFC 4493.
func PadBlock ¶
PadBlock pads a string of bytes less than 16 bytes long to a full block size by appending a one bit followed by zero bits. This is the padding function used in RFCs 4493 and 5297.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.