crypto/spl: implement rsa-oaep

This commit is contained in:
Michael Scire
2020-02-24 19:09:13 -08:00
parent ad1158b30a
commit a429c61f33
6 changed files with 373 additions and 75 deletions

View File

@@ -21,3 +21,5 @@
#include <vapours/crypto/crypto_memory_clear.hpp>
#include <vapours/crypto/crypto_sha256_generator.hpp>
#include <vapours/crypto/crypto_rsa_pss_sha256_verifier.hpp>
#include <vapours/crypto/crypto_rsa_oaep_sha256_decoder.hpp>
#include <vapours/crypto/crypto_rsa_oaep_sha256_decryptor.hpp>