aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/custom-vectors/rsa-oaep-sha2
diff options
context:
space:
mode:
Diffstat (limited to 'docs/development/custom-vectors/rsa-oaep-sha2')
-rw-r--r--docs/development/custom-vectors/rsa-oaep-sha2/generate_rsa_oaep_sha2.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/development/custom-vectors/rsa-oaep-sha2/generate_rsa_oaep_sha2.py b/docs/development/custom-vectors/rsa-oaep-sha2/generate_rsa_oaep_sha2.py
index 5a48e0ce..bd5148f5 100644
--- a/docs/development/custom-vectors/rsa-oaep-sha2/generate_rsa_oaep_sha2.py
+++ b/docs/development/custom-vectors/rsa-oaep-sha2/generate_rsa_oaep_sha2.py
@@ -104,6 +104,7 @@ def write_file(data, filename):
with open(filename, "w") as f:
f.write(data)
+
oaep_path = os.path.join(
"asymmetric", "RSA", "pkcs-1v2-1d2-vec", "oaep-vect.txt"
)