Key generation
Number of keys and key sizes
- 106 RSA-512b keys
- 104 RSA-1024b, 104 RSA-2048b
- 106 ECDSA (NIST P-256) keys
File formats
RSA:
CSV Format, hexadecimal coding
id;n;e;p;q;d;t1;
id – simple counter: 1, 2 ….
n – modulus
e – public exponent
p – first prime
q – second prime
d – private exponent
t1 – time to generate key (ns)
ECC:
CSV Format, hexadecimal coding
id;e;d;t1;
id – simple counter: 1, 2 ….
e – public key
d – private key
t1 – time to generate key (ns)
Key generation
Number of keys and key sizes
File formats
RSA:
CSV Format, hexadecimal coding
id;n;e;p;q;d;t1;
id – simple counter: 1, 2 ….
n – modulus
e – public exponent
p – first prime
q – second prime
d – private exponent
t1 – time to generate key (ns)
ECC:
CSV Format, hexadecimal coding
id;e;d;t1;
id – simple counter: 1, 2 ….
e – public key
d – private key
t1 – time to generate key (ns)