The GCM mode makes use of two functions: __________, which is a keyed hash function, and GCTR.

A. CTR
B. HMAC
C. GHASH
D. CCM


C. GHASH

Computer Science & Information Technology

You might also like to view...

what will happen if the word input is changed to in in both places it is used?

In the code: ``` ifstream input; input.open(File_In); ``` A. Compiler error. B. Linker error. C. compiler warnings. D. No errors or warnings.

Computer Science & Information Technology

 A ____ provides an area in the form for the user to enter data.

A. TextBox B. label C. button D. CheckBox

Computer Science & Information Technology

In 1992, the U.S. Environmental Protection Agency (EPA) introduced ____ as a voluntary labeling program designed to identify and promote energy-efficient products to reduce greenhouse gas emissions.

A. ENERGY STAR B. Eco-Label C. VeriChip D. the Green Power Initiative

Computer Science & Information Technology

A compiler translates instructions line by line as the program is running.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology