File: Readme.txt

package info (click to toggle)
python-cryptography-vectors 43.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 79,688 kB
  • sloc: sh: 52; python: 13; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (9)
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.