Mercurial > hg > orthanc-object-storage
comparison Common/EncryptionHelpers.h @ 15:2a02b21f0a19
migration + storage structure
author | Alain Mazy |
---|---|
date | Tue, 01 Sep 2020 13:08:49 +0200 |
parents | fc26a8fc54d5 |
children | 319d41a22de4 |
comparison
equal
deleted
inserted
replaced
14:234946ea2038 | 15:2a02b21f0a19 |
---|---|
19 | 19 |
20 #include <memory.h> | 20 #include <memory.h> |
21 #include <cryptopp/secblock.h> | 21 #include <cryptopp/secblock.h> |
22 #include "cryptopp/osrng.h" | 22 #include "cryptopp/osrng.h" |
23 #include <boost/thread/mutex.hpp> | 23 #include <boost/thread/mutex.hpp> |
24 #include "Core/MultiThreading/Semaphore.h" | 24 #include <MultiThreading/Semaphore.h> |
25 | 25 |
26 class EncryptionException : public std::runtime_error | 26 class EncryptionException : public std::runtime_error |
27 { | 27 { |
28 public: | 28 public: |
29 EncryptionException(const std::string& what) | 29 EncryptionException(const std::string& what) |