Documentation
¶
Overview ¶
Package poly1305 implements Poly1305 one-time message authentication code.
Index ¶
Constants ¶
View Source
const ( KeySize = 32 OutputSize = 16 )
Variables ¶
This section is empty.
Functions ¶
func OneTimeAuth ¶
func OneTimeAuth(out, m, k []byte)
OneTimeAuth generates an authenticator for byte slice m using one-time 32-byte key k, and puts the 16-byte authenticator into out.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.