Live data from Hacker News

AES-GCM-SIV: Specification and Analysis [pdf]

eprint.iacr.org

1–10 of 15 posts

Re: AES-GCM-SIV: Specification and Analysis [pdf]

#4
For context, this is describing an updated AES-GCM-SIV construction following a number of attacks reported by NSA earlier this year:

https://mailarchive.ietf.org/arch/attach/cfrg/pdfL0pM_N.pdf

Several cryptographers have been wary of this construction, both because of the history of attacks and also because it generally hasn't lived up to the goals of (nonce) "misuse resistant authenticated encryption" as described in the seminal Rogaway paper on the matter:

https://eprint.iacr.org/2006/221.pdf

It will be interesting to see more analysis on the latest version. For the intended use case (QUIC ticket encryption) it would be helpful.

Re: AES-GCM-SIV: Specification and Analysis [pdf]

#6
post #4

For context, this is describing an updated AES-GCM-SIV construction following a number of attacks reported by NSA earlier this year: https://mailarchive.ietf.org/arch/attach/cfrg/pdfL0pM_N.pdf Several cryptographers have been wary of this construction, both because of the history of attacks and also because it generally hasn't lived up to the goals of (nonce) "misuse resistant authenticated encryption" as described i…

For the record: I'm not a cryptographer.

:)

Re: AES-GCM-SIV: Specification and Analysis [pdf]

#7
post #5

Going directly to CFRG with this kind of feels like stealing the thunder from the ongoing CAESAR competition. Unfortunately the only misuse-resistant CAESAR candidate left in the running is AEZ, according to https://aezoo.compute.dtu.dk/doku.php .

yea. I don't get why HS1-SIV isn't in the next round.

Re: AES-GCM-SIV: Specification and Analysis [pdf]

#8
Do I understand correctly that the change from GHASH to POLYVAL is basically saying "screw tradition, let's put Little Endian on the wire"?

In general, when you see Little Endian on the wire, that means someone forgot to call htonl() in their code.

Re: AES-GCM-SIV: Specification and Analysis [pdf]

#9
post #5

Going directly to CFRG with this kind of feels like stealing the thunder from the ongoing CAESAR competition. Unfortunately the only misuse-resistant CAESAR candidate left in the running is AEZ, according to https://aezoo.compute.dtu.dk/doku.php .

This is incorrect. Deoxys also supports misuse-resistant as well. You just need to pick the right mode =).

Re: AES-GCM-SIV: Specification and Analysis [pdf]

#10
post #7
post #5

Going directly to CFRG with this kind of feels like stealing the thunder from the ongoing CAESAR competition. Unfortunately the only misuse-resistant CAESAR candidate left in the running is AEZ, according to https://aezoo.compute.dtu.dk/doku.php .

yea. I don't get why HS1-SIV isn't in the next round.

Hardware performance might be the reason.
Post reply on HN