diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-11-14 23:27:31 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-11-15 12:27:31 +0800 |
commit | 7ff4c8fe2400244a2e6e2a86bc015b2025907b5a (patch) | |
tree | 066b515df81ee0cdc05ee75998a9a40c58104f1b /docs/development/custom-vectors/rsa-oaep-sha2 | |
parent | e9b87d5de47008ddf6fcc6e07deb662cbe376c64 (diff) | |
download | cryptography-7ff4c8fe2400244a2e6e2a86bc015b2025907b5a.tar.gz cryptography-7ff4c8fe2400244a2e6e2a86bc015b2025907b5a.tar.bz2 cryptography-7ff4c8fe2400244a2e6e2a86bc015b2025907b5a.zip |
Random flake8 cleanups for the latest release (#3242)
Diffstat (limited to 'docs/development/custom-vectors/rsa-oaep-sha2')
-rw-r--r-- | docs/development/custom-vectors/rsa-oaep-sha2/generate_rsa_oaep_sha2.py | 1 |
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" ) |