The digital signature approach uses an algorithm that is designed to provide only the _________ function.
A. digital signature
B. ElGamal
C. DSA
D. timestamp
A. digital signature
Computer Science & Information Technology
You might also like to view...
Which uses the least amount of storage?
A. 'example' stored in a column of type CHAR(20) B. 'exam' stored in a column of type CHAR(20) C. 'ex' stored in a column of type CHAR(20) D. all of the above use the same amount of storage
Computer Science & Information Technology
The role of the partition(array, start, end) method in Quicksort
A) is to sort the segment of the array between start and end B) is to identify the position of the largest value in the part of the array that lies between start and end C) is to split the array into two sorted sublists on either side of the pivot element D) None of the above
Computer Science & Information Technology