package
Version:
v0.0.0-...-26d1add
Opens a new window with list of versions in this module.
Published: Mar 20, 2019
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package ghash is a constant time 64 bit optimized GHASH implementation.
func Ghash(y, h *[blockSize]byte, data []byte)
Ghash calculates the GHASH of data, with key h, and input y, and stores the
resulting digest in y.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.