diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-08-31 14:09:51 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-09-01 13:08:52 +0200 |
| commit | 9d7701c370f06be663f2a485507d388ab5194ca8 (patch) | |
| tree | aea0b55017b7a6003dbd042cdb113ec6fb5ab2e9 /libcmix-crypto/rsa | |
| parent | d55e5c77d3cd2a1be150666e92e5b4f3b922f0fc (diff) | |
| download | cmix-9d7701c370f06be663f2a485507d388ab5194ca8.tar.gz cmix-9d7701c370f06be663f2a485507d388ab5194ca8.tar.bz2 cmix-9d7701c370f06be663f2a485507d388ab5194ca8.zip | |
Added a CMake system to easily add and choose crypto implementations.
Diffstat (limited to 'libcmix-crypto/rsa')
| -rw-r--r-- | libcmix-crypto/rsa/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | libcmix-crypto/rsa/sodium/CMakeLists.txt | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/libcmix-crypto/rsa/CMakeLists.txt b/libcmix-crypto/rsa/CMakeLists.txt new file mode 100644 index 0000000..82e56a9 --- /dev/null +++ b/libcmix-crypto/rsa/CMakeLists.txt @@ -0,0 +1,4 @@ +foreach(impl ${rsa_implementations}) + add_subdirectory(${impl}) +endforeach() + diff --git a/libcmix-crypto/rsa/sodium/CMakeLists.txt b/libcmix-crypto/rsa/sodium/CMakeLists.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/libcmix-crypto/rsa/sodium/CMakeLists.txt |
