/* * Poly1305 core functions. These only accept whole blocks; the caller must * handle any needed block buffering and padding. 'hibit' must be 1 for any * full blocks, or 0 for the final block if it had to be padded. If 'nonce' is * non-NULL, then it's added at the end to compute the Poly1305 MAC. Otherwise, * only the ε-almost-∆-universal hash function (not the full MAC) is computed.
*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.