Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21e937e5d65ada9

Jump to content

Talk:VMAC

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 4 years ago by Joelabrahams in topic Article does not fully specify how tags are produced

Article does not fully specify how tags are produced

[edit]

Currently, tag generation by VMAC is defined as follows:

    Tag = HK1(M) + FK2(Nonce)

This appears to be incorrect, the resultant tag may be out of bounds, meaning there should be some sort of modulus. From https://datatracker.ietf.org/doc/html/draft-krovetz-vmac-01#section-4.1 it would appear that it would be simply mod 2tag length - 1. A second opinion, however, would be appreciated before an edit to make sure that this is correct. Joelabrahams (talk) 11:20, 4 August 2021 (UTC)Reply