├── .github ├── funding.yml └── workflows │ ├── release.yml │ └── test-ts.yml ├── .gitignore ├── .prettierrc.json ├── .vscode └── settings.json ├── LICENSE ├── README.md ├── docs ├── fips.md └── fips_old.md ├── jsr.json ├── package.json ├── src ├── dh.ts ├── dsa.ts ├── elgamal.ts ├── index.ts ├── primality.ts ├── rsa.ts └── utils.ts ├── test ├── README.md ├── build │ ├── input.js │ ├── package-lock.json │ └── package.json ├── compiled │ └── test │ │ └── vectors ├── dh.test.ts ├── dsa.test.ts ├── elgamal.test.ts ├── index.ts ├── primality.test.ts ├── rsa.test.ts ├── tsconfig.json ├── utils.ts └── vectors │ ├── 186-3dsatestvectors │ ├── KeyPair.rsp │ ├── PQGGen.rsp │ ├── PQGGen.txt │ ├── PQGVer.rsp │ ├── Readme.txt │ ├── SigGen.rsp │ ├── SigGen.txt │ └── SigVer.rsp │ ├── 186-3rsatestvectors │ ├── KeyGen_186-3.rsp │ ├── KeyGen_186-3_RandomProbablyPrime3_3_KAT.txt │ ├── KeyGen_186-3_TruncatedSHAs.rsp │ ├── KeyGen_RandomProbablyPrime3_3.rsp │ ├── ReadmeRSA.txt │ ├── SigGen15_186-3.rsp │ ├── SigGen15_186-3.txt │ ├── SigGen15_186-3_TruncatedSHAs.rsp │ ├── SigGen15_186-3_TruncatedSHAs.txt │ ├── SigGen931_186-3.rsp │ ├── SigGen931_186-3.txt │ ├── SigGen931_186-3_TruncatedSHAs.rsp │ ├── SigGen931_186-3_TruncatedSHAs.txt │ ├── SigGenPSS_186-3.rsp │ ├── SigGenPSS_186-3.txt │ ├── SigGenPSS_186-3_TruncatedSHAs.rsp │ ├── SigGenPSS_186-3_TruncatedSHAs.txt │ ├── SigVer15_186-3.rsp │ ├── SigVer15_186-3_TruncatedSHAs.rsp │ ├── SigVer931_186-3.rsp │ ├── SigVer931_186-3_TruncatedSHAs.rsp │ ├── SigVerPSS_186-3.rsp │ └── SigVerPSS_186-3_TruncatedSHAs.rsp │ ├── RSA2SP1testvectors │ ├── RSASP1.fax │ └── RSASP1.sam │ ├── RSADPtestvectors │ ├── RSADPComponent800_56B.rsp │ ├── RSADPComponent800_56B.txt │ └── Readme.txt │ └── wycheproof │ ├── dsa_2048_224_sha224_p1363_test.json │ ├── dsa_2048_224_sha224_test.json │ ├── dsa_2048_224_sha256_p1363_test.json │ ├── dsa_2048_224_sha256_test.json │ ├── dsa_2048_256_sha256_p1363_test.json │ ├── dsa_2048_256_sha256_test.json │ ├── dsa_3072_256_sha256_p1363_test.json │ ├── dsa_3072_256_sha256_test.json │ ├── primality_test.json.gz │ ├── rsa_oaep_2048_sha1_mgf1sha1_test.json.gz │ ├── rsa_oaep_2048_sha224_mgf1sha1_test.json.gz │ ├── rsa_oaep_2048_sha224_mgf1sha224_test.json.gz │ ├── rsa_oaep_2048_sha256_mgf1sha1_test.json.gz │ ├── rsa_oaep_2048_sha256_mgf1sha256_test.json.gz │ ├── rsa_oaep_2048_sha384_mgf1sha1_test.json.gz │ ├── rsa_oaep_2048_sha384_mgf1sha384_test.json.gz │ ├── rsa_oaep_2048_sha512_224_mgf1sha1_test.json.gz │ ├── rsa_oaep_2048_sha512_224_mgf1sha512_224_test.json.gz │ ├── rsa_oaep_2048_sha512_mgf1sha1_test.json.gz │ ├── rsa_oaep_2048_sha512_mgf1sha512_test.json.gz │ ├── rsa_oaep_3072_sha256_mgf1sha1_test.json.gz │ ├── rsa_oaep_3072_sha256_mgf1sha256_test.json.gz │ ├── rsa_oaep_3072_sha512_256_mgf1sha1_test.json.gz │ ├── rsa_oaep_3072_sha512_256_mgf1sha512_256_test.json.gz │ ├── rsa_oaep_3072_sha512_mgf1sha1_test.json.gz │ ├── rsa_oaep_3072_sha512_mgf1sha512_test.json.gz │ ├── rsa_oaep_4096_sha256_mgf1sha1_test.json.gz │ ├── rsa_oaep_4096_sha256_mgf1sha256_test.json.gz │ ├── rsa_oaep_4096_sha512_mgf1sha1_test.json.gz │ ├── rsa_oaep_4096_sha512_mgf1sha512_test.json.gz │ ├── rsa_oaep_misc_test.json.gz │ ├── rsa_pkcs1_2048_test.json.gz │ ├── rsa_pkcs1_3072_test.json.gz │ ├── rsa_pkcs1_4096_test.json.gz │ ├── rsa_pss_2048_sha1_mgf1_20_params_test.json.gz │ ├── rsa_pss_2048_sha1_mgf1_20_test.json.gz │ ├── rsa_pss_2048_sha256_mgf1_0_params_test.json.gz │ ├── rsa_pss_2048_sha256_mgf1_0_test.json.gz │ ├── rsa_pss_2048_sha256_mgf1_32_params_test.json.gz │ ├── rsa_pss_2048_sha256_mgf1_32_test.json.gz │ ├── rsa_pss_2048_sha256_mgf1sha1_20_test.json.gz │ ├── rsa_pss_2048_sha384_mgf1_48_test.json.gz │ ├── rsa_pss_2048_sha512_224_mgf1_28_test.json.gz │ ├── rsa_pss_2048_sha512_256_mgf1_32_test.json.gz │ ├── rsa_pss_2048_sha512_mgf1sha256_32_params_test.json.gz │ ├── rsa_pss_2048_shake128_params_test.json.gz │ ├── rsa_pss_2048_shake128_test.json.gz │ ├── rsa_pss_2048_shake256_test.json.gz │ ├── rsa_pss_3072_sha256_mgf1_32_params_test.json.gz │ ├── rsa_pss_3072_sha256_mgf1_32_test.json.gz │ ├── rsa_pss_3072_shake128_params_test.json.gz │ ├── rsa_pss_3072_shake128_test.json.gz │ ├── rsa_pss_3072_shake256_params_test.json.gz │ ├── rsa_pss_3072_shake256_test.json.gz │ ├── rsa_pss_4096_sha256_mgf1_32_test.json.gz │ ├── rsa_pss_4096_sha384_mgf1_48_test.json.gz │ ├── rsa_pss_4096_sha512_mgf1_32_params_test.json.gz │ ├── rsa_pss_4096_sha512_mgf1_32_test.json.gz │ ├── rsa_pss_4096_sha512_mgf1_64_params_test.json.gz │ ├── rsa_pss_4096_sha512_mgf1_64_test.json.gz │ ├── rsa_pss_4096_shake256_params_test.json.gz │ ├── rsa_pss_4096_shake256_test.json.gz │ ├── rsa_pss_misc_params_test.json.gz │ ├── rsa_pss_misc_test.json.gz │ ├── rsa_signature_2048_sha224_test.json.gz │ ├── rsa_signature_2048_sha256_test.json.gz │ ├── rsa_signature_2048_sha384_test.json.gz │ ├── rsa_signature_2048_sha3_224_test.json.gz │ ├── rsa_signature_2048_sha3_256_test.json.gz │ ├── rsa_signature_2048_sha3_384_test.json.gz │ ├── rsa_signature_2048_sha3_512_test.json.gz │ ├── rsa_signature_2048_sha512_224_test.json.gz │ ├── rsa_signature_2048_sha512_256_test.json.gz │ ├── rsa_signature_2048_sha512_test.json.gz │ ├── rsa_signature_3072_sha256_test.json.gz │ ├── rsa_signature_3072_sha384_test.json.gz │ ├── rsa_signature_3072_sha3_256_test.json.gz │ ├── rsa_signature_3072_sha3_384_test.json.gz │ ├── rsa_signature_3072_sha3_512_test.json.gz │ ├── rsa_signature_3072_sha512_256_test.json.gz │ ├── rsa_signature_3072_sha512_test.json.gz │ ├── rsa_signature_4096_sha256_test.json.gz │ ├── rsa_signature_4096_sha384_test.json.gz │ ├── rsa_signature_4096_sha512_256_test.json.gz │ ├── rsa_signature_4096_sha512_test.json.gz │ ├── rsa_signature_8192_sha256_test.json.gz │ ├── rsa_signature_8192_sha384_test.json.gz │ ├── rsa_signature_8192_sha512_test.json.gz │ ├── rsa_three_primes_oaep_2048_sha1_mgf1sha1_test.json.gz │ ├── rsa_three_primes_oaep_3072_sha224_mgf1sha224_test.json.gz │ └── rsa_three_primes_oaep_4096_sha256_mgf1sha256_test.json.gz └── tsconfig.json /.github/funding.yml: -------------------------------------------------------------------------------- 1 | github: paulmillr 2 | -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.github/workflows/test-ts.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/.github/workflows/test-ts.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/.gitignore -------------------------------------------------------------------------------- /.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/.prettierrc.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/README.md -------------------------------------------------------------------------------- /docs/fips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/docs/fips.md -------------------------------------------------------------------------------- /docs/fips_old.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/docs/fips_old.md -------------------------------------------------------------------------------- /jsr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/jsr.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/package.json -------------------------------------------------------------------------------- /src/dh.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/src/dh.ts -------------------------------------------------------------------------------- /src/dsa.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/src/dsa.ts -------------------------------------------------------------------------------- /src/elgamal.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/src/elgamal.ts -------------------------------------------------------------------------------- /src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/src/index.ts -------------------------------------------------------------------------------- /src/primality.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/src/primality.ts -------------------------------------------------------------------------------- /src/rsa.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/src/rsa.ts -------------------------------------------------------------------------------- /src/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/src/utils.ts -------------------------------------------------------------------------------- /test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/README.md -------------------------------------------------------------------------------- /test/build/input.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/build/input.js -------------------------------------------------------------------------------- /test/build/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/build/package-lock.json -------------------------------------------------------------------------------- /test/build/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/build/package.json -------------------------------------------------------------------------------- /test/compiled/test/vectors: -------------------------------------------------------------------------------- 1 | ../../vectors -------------------------------------------------------------------------------- /test/dh.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/dh.test.ts -------------------------------------------------------------------------------- /test/dsa.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/dsa.test.ts -------------------------------------------------------------------------------- /test/elgamal.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/elgamal.test.ts -------------------------------------------------------------------------------- /test/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/index.ts -------------------------------------------------------------------------------- /test/primality.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/primality.test.ts -------------------------------------------------------------------------------- /test/rsa.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/rsa.test.ts -------------------------------------------------------------------------------- /test/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/tsconfig.json -------------------------------------------------------------------------------- /test/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/utils.ts -------------------------------------------------------------------------------- /test/vectors/186-3dsatestvectors/KeyPair.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3dsatestvectors/KeyPair.rsp -------------------------------------------------------------------------------- /test/vectors/186-3dsatestvectors/PQGGen.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3dsatestvectors/PQGGen.rsp -------------------------------------------------------------------------------- /test/vectors/186-3dsatestvectors/PQGGen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3dsatestvectors/PQGGen.txt -------------------------------------------------------------------------------- /test/vectors/186-3dsatestvectors/PQGVer.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3dsatestvectors/PQGVer.rsp -------------------------------------------------------------------------------- /test/vectors/186-3dsatestvectors/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3dsatestvectors/Readme.txt -------------------------------------------------------------------------------- /test/vectors/186-3dsatestvectors/SigGen.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3dsatestvectors/SigGen.rsp -------------------------------------------------------------------------------- /test/vectors/186-3dsatestvectors/SigGen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3dsatestvectors/SigGen.txt -------------------------------------------------------------------------------- /test/vectors/186-3dsatestvectors/SigVer.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3dsatestvectors/SigVer.rsp -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/KeyGen_186-3.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/KeyGen_186-3.rsp -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/KeyGen_186-3_RandomProbablyPrime3_3_KAT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/KeyGen_186-3_RandomProbablyPrime3_3_KAT.txt -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/KeyGen_186-3_TruncatedSHAs.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/KeyGen_186-3_TruncatedSHAs.rsp -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/KeyGen_RandomProbablyPrime3_3.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/KeyGen_RandomProbablyPrime3_3.rsp -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/ReadmeRSA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/ReadmeRSA.txt -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/SigGen15_186-3.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/SigGen15_186-3.rsp -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/SigGen15_186-3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/SigGen15_186-3.txt -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/SigGen15_186-3_TruncatedSHAs.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/SigGen15_186-3_TruncatedSHAs.rsp -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/SigGen15_186-3_TruncatedSHAs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/SigGen15_186-3_TruncatedSHAs.txt -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/SigGen931_186-3.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/SigGen931_186-3.rsp -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/SigGen931_186-3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/SigGen931_186-3.txt -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/SigGen931_186-3_TruncatedSHAs.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/SigGen931_186-3_TruncatedSHAs.rsp -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/SigGen931_186-3_TruncatedSHAs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/SigGen931_186-3_TruncatedSHAs.txt -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/SigGenPSS_186-3.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/SigGenPSS_186-3.rsp -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/SigGenPSS_186-3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/SigGenPSS_186-3.txt -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/SigGenPSS_186-3_TruncatedSHAs.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/SigGenPSS_186-3_TruncatedSHAs.rsp -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/SigGenPSS_186-3_TruncatedSHAs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/SigGenPSS_186-3_TruncatedSHAs.txt -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/SigVer15_186-3.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/SigVer15_186-3.rsp -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/SigVer15_186-3_TruncatedSHAs.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/SigVer15_186-3_TruncatedSHAs.rsp -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/SigVer931_186-3.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/SigVer931_186-3.rsp -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/SigVer931_186-3_TruncatedSHAs.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/SigVer931_186-3_TruncatedSHAs.rsp -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/SigVerPSS_186-3.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/SigVerPSS_186-3.rsp -------------------------------------------------------------------------------- /test/vectors/186-3rsatestvectors/SigVerPSS_186-3_TruncatedSHAs.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/186-3rsatestvectors/SigVerPSS_186-3_TruncatedSHAs.rsp -------------------------------------------------------------------------------- /test/vectors/RSA2SP1testvectors/RSASP1.fax: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/RSA2SP1testvectors/RSASP1.fax -------------------------------------------------------------------------------- /test/vectors/RSA2SP1testvectors/RSASP1.sam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/RSA2SP1testvectors/RSASP1.sam -------------------------------------------------------------------------------- /test/vectors/RSADPtestvectors/RSADPComponent800_56B.rsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/RSADPtestvectors/RSADPComponent800_56B.rsp -------------------------------------------------------------------------------- /test/vectors/RSADPtestvectors/RSADPComponent800_56B.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/RSADPtestvectors/RSADPComponent800_56B.txt -------------------------------------------------------------------------------- /test/vectors/RSADPtestvectors/Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/RSADPtestvectors/Readme.txt -------------------------------------------------------------------------------- /test/vectors/wycheproof/dsa_2048_224_sha224_p1363_test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/dsa_2048_224_sha224_p1363_test.json -------------------------------------------------------------------------------- /test/vectors/wycheproof/dsa_2048_224_sha224_test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/dsa_2048_224_sha224_test.json -------------------------------------------------------------------------------- /test/vectors/wycheproof/dsa_2048_224_sha256_p1363_test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/dsa_2048_224_sha256_p1363_test.json -------------------------------------------------------------------------------- /test/vectors/wycheproof/dsa_2048_224_sha256_test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/dsa_2048_224_sha256_test.json -------------------------------------------------------------------------------- /test/vectors/wycheproof/dsa_2048_256_sha256_p1363_test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/dsa_2048_256_sha256_p1363_test.json -------------------------------------------------------------------------------- /test/vectors/wycheproof/dsa_2048_256_sha256_test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/dsa_2048_256_sha256_test.json -------------------------------------------------------------------------------- /test/vectors/wycheproof/dsa_3072_256_sha256_p1363_test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/dsa_3072_256_sha256_p1363_test.json -------------------------------------------------------------------------------- /test/vectors/wycheproof/dsa_3072_256_sha256_test.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/dsa_3072_256_sha256_test.json -------------------------------------------------------------------------------- /test/vectors/wycheproof/primality_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/primality_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_2048_sha1_mgf1sha1_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_2048_sha1_mgf1sha1_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_2048_sha224_mgf1sha1_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_2048_sha224_mgf1sha1_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_2048_sha224_mgf1sha224_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_2048_sha224_mgf1sha224_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_2048_sha256_mgf1sha1_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_2048_sha256_mgf1sha1_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_2048_sha256_mgf1sha256_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_2048_sha256_mgf1sha256_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_2048_sha384_mgf1sha1_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_2048_sha384_mgf1sha1_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_2048_sha384_mgf1sha384_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_2048_sha384_mgf1sha384_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_2048_sha512_224_mgf1sha1_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_2048_sha512_224_mgf1sha1_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_2048_sha512_224_mgf1sha512_224_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_2048_sha512_224_mgf1sha512_224_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_2048_sha512_mgf1sha1_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_2048_sha512_mgf1sha1_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_2048_sha512_mgf1sha512_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_2048_sha512_mgf1sha512_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_3072_sha256_mgf1sha1_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_3072_sha256_mgf1sha1_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_3072_sha256_mgf1sha256_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_3072_sha256_mgf1sha256_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_3072_sha512_256_mgf1sha1_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_3072_sha512_256_mgf1sha1_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_3072_sha512_256_mgf1sha512_256_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_3072_sha512_256_mgf1sha512_256_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_3072_sha512_mgf1sha1_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_3072_sha512_mgf1sha1_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_3072_sha512_mgf1sha512_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_3072_sha512_mgf1sha512_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_4096_sha256_mgf1sha1_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_4096_sha256_mgf1sha1_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_4096_sha256_mgf1sha256_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_4096_sha256_mgf1sha256_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_4096_sha512_mgf1sha1_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_4096_sha512_mgf1sha1_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_4096_sha512_mgf1sha512_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_4096_sha512_mgf1sha512_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_oaep_misc_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_oaep_misc_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pkcs1_2048_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pkcs1_2048_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pkcs1_3072_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pkcs1_3072_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pkcs1_4096_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pkcs1_4096_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_2048_sha1_mgf1_20_params_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_2048_sha1_mgf1_20_params_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_2048_sha1_mgf1_20_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_2048_sha1_mgf1_20_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_2048_sha256_mgf1_0_params_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_2048_sha256_mgf1_0_params_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_2048_sha256_mgf1_0_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_2048_sha256_mgf1_0_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_2048_sha256_mgf1_32_params_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_2048_sha256_mgf1_32_params_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_2048_sha256_mgf1_32_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_2048_sha256_mgf1_32_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_2048_sha256_mgf1sha1_20_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_2048_sha256_mgf1sha1_20_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_2048_sha384_mgf1_48_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_2048_sha384_mgf1_48_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_2048_sha512_224_mgf1_28_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_2048_sha512_224_mgf1_28_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_2048_sha512_256_mgf1_32_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_2048_sha512_256_mgf1_32_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_2048_sha512_mgf1sha256_32_params_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_2048_sha512_mgf1sha256_32_params_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_2048_shake128_params_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_2048_shake128_params_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_2048_shake128_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_2048_shake128_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_2048_shake256_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_2048_shake256_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_3072_sha256_mgf1_32_params_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_3072_sha256_mgf1_32_params_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_3072_sha256_mgf1_32_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_3072_sha256_mgf1_32_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_3072_shake128_params_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_3072_shake128_params_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_3072_shake128_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_3072_shake128_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_3072_shake256_params_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_3072_shake256_params_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_3072_shake256_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_3072_shake256_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_4096_sha256_mgf1_32_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_4096_sha256_mgf1_32_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_4096_sha384_mgf1_48_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_4096_sha384_mgf1_48_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_4096_sha512_mgf1_32_params_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_4096_sha512_mgf1_32_params_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_4096_sha512_mgf1_32_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_4096_sha512_mgf1_32_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_4096_sha512_mgf1_64_params_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_4096_sha512_mgf1_64_params_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_4096_sha512_mgf1_64_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_4096_sha512_mgf1_64_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_4096_shake256_params_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_4096_shake256_params_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_4096_shake256_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_4096_shake256_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_misc_params_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_misc_params_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_pss_misc_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_pss_misc_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_2048_sha224_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_2048_sha224_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_2048_sha256_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_2048_sha256_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_2048_sha384_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_2048_sha384_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_2048_sha3_224_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_2048_sha3_224_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_2048_sha3_256_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_2048_sha3_256_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_2048_sha3_384_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_2048_sha3_384_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_2048_sha3_512_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_2048_sha3_512_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_2048_sha512_224_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_2048_sha512_224_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_2048_sha512_256_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_2048_sha512_256_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_2048_sha512_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_2048_sha512_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_3072_sha256_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_3072_sha256_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_3072_sha384_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_3072_sha384_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_3072_sha3_256_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_3072_sha3_256_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_3072_sha3_384_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_3072_sha3_384_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_3072_sha3_512_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_3072_sha3_512_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_3072_sha512_256_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_3072_sha512_256_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_3072_sha512_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_3072_sha512_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_4096_sha256_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_4096_sha256_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_4096_sha384_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_4096_sha384_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_4096_sha512_256_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_4096_sha512_256_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_4096_sha512_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_4096_sha512_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_8192_sha256_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_8192_sha256_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_8192_sha384_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_8192_sha384_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_signature_8192_sha512_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_signature_8192_sha512_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_three_primes_oaep_2048_sha1_mgf1sha1_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_three_primes_oaep_2048_sha1_mgf1sha1_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_three_primes_oaep_3072_sha224_mgf1sha224_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_three_primes_oaep_3072_sha224_mgf1sha224_test.json.gz -------------------------------------------------------------------------------- /test/vectors/wycheproof/rsa_three_primes_oaep_4096_sha256_mgf1sha256_test.json.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/test/vectors/wycheproof/rsa_three_primes_oaep_4096_sha256_mgf1sha256_test.json.gz -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulmillr/micro-rsa-dsa-dh/HEAD/tsconfig.json --------------------------------------------------------------------------------