Documentation
¶
Overview ¶
PMAC message authentication code, defined in http://web.cs.ucdavis.edu/~rogaway/ocb/pmac.pdf
Index ¶
Constants ¶
View Source
const (
// R is the minimal irreducible polynomial for a 128-bit block size
R = 0x87
)
Variables ¶
This section is empty.
Functions ¶
func NewWithTagSize ¶
NewWithTagSize returns a hash.Hash computing the PMAC checksum with the given tag size. The tag size must between the 1 and the cipher's block size.
Types ¶
Click to show internal directories.
Click to hide internal directories.