This file is indexed.

/usr/lib/python2.7/dist-packages/cryptography_vectors/asymmetric/ECDSA/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
Example test files for FIPS 186-2 ECDSA

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

2. The file SigGen.txt contains values for ECDSA signature generation with the
following additional values needed to calculate r and s as in X9.62:
	a. 'd' -- The private key.
	
	b. 'k' -- The random value used in calculating signature (r, s).
	See ANS X9.62.