summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pss.worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pss.worker.js')
-rw-r--r--testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pss.worker.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pss.worker.js b/testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pss.worker.js
new file mode 100644
index 000000000..fdf7b998d
--- /dev/null
+++ b/testing/web-platform/tests/WebCryptoAPI/sign_verify/rsa_pss.worker.js
@@ -0,0 +1,5 @@
+importScripts("/resources/testharness.js");
+importScripts("rsa_pss_vectors.js");
+importScripts("rsa.js");
+
+run_test();