This file is indexed.

/usr/lib/python2.7/dist-packages/cryptography_vectors/asymmetric/DSA/FIPS_186-2/Readme.txt is in python-cryptography-vectors 0.6.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
Example test files for FIPS 186-2 DSA

1. The files with extension '.rsp' are response files in the proper format for CAVS validation.

2. The file PQGGen.txt contains values for DSA domain parameter generation with intermediate results for generating the
prime p according to Appendix 2, section 2.2 "Generation of Primes."

3. The file SigGen.txt contains values for DSA signature generation with the
following additional values needed to calculate r and s as in Section 5:
	a. 'x' -- The private key.
	
	b. 'k' -- A randomly-generated parameter, unique for each message, used to
	compute r and s.  See Section 4 and Appendix 3 for more information on k.