In this assignment, you are to implement the Digital SignatureAlgorithm (DSA) in Java. Your program needs to accept a file as aninput, and it should produce sig.txt, which is a signature on theinput file. You should be able to verify the input file and thesignature in sig.txt and this should return True. Otherwise, returnFalse.
Expert Answer
An answer will be send to you shortly. . . . .