Mercurial > dropbear
comparison libtomcrypt/notes/rsa-testvectors/readme.txt @ 1471:6dba84798cd5
Update to libtomcrypt 1.18.1, merged with Dropbear changes
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 09 Feb 2018 21:44:05 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1470:8bba51a55704 | 1471:6dba84798cd5 |
---|---|
1 ==================== | |
2 pkcs-1v2-1-vec.zip | |
3 ==================== | |
4 | |
5 This directory contains test vectors for RSAES-OAEP and | |
6 RSASSA-PSS as defined in PKCS #1 v2.1. | |
7 | |
8 The files: | |
9 | |
10 readme.txt This file. | |
11 | |
12 oaep-vect.txt Test vectors for RSAES-OAEP encryption. | |
13 | |
14 oaep-int.txt Intermediate values for RSAES-OAEP | |
15 encryption and RSA decryption with CRT. | |
16 Also, DER-encoded RSAPrivateKey and | |
17 RSAPublicKey types. | |
18 | |
19 pss-vect.txt Test vectors for RSASSA-PSS signing. | |
20 | |
21 pss-int.txt Intermediate values for RSASSA-PSS | |
22 signing. |