Q:

In GCM, we define S as S = GHASH(A||0^v||C||0^u||[len(A)]||[len(C)]). What is v defined as?

0

In GCM, we define S as S = GHASH(A||0^v||C||0^u||[len(A)]||[len(C)]). What is v defined as?


  1. 64 ceil[len (A)/128] – len (A)
  2. 64 ceil[len (C)/128] – len (C)
  3. 128 ceil[len (A)/128] – len (A)
  4. 128 ceil[len (C)/128] – len (C)

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (c).128 ceil[len (A)/128] – len (A)

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

CRYPTOGRAPHY AND NETWORK SECURITY - MESSAGE AUTHENTICATION CODES AND KEY MANAGEMENT MCQ

Similar questions


need a help?


find thousands of online teachers now
When the length of the IV is not 96, then... >>
<< How many passes through the plaintext does the CCM...