34 #include "../my_config.h"
78 std::string fingerprint;
79 datetime signing_date;
80 datetime signature_expiration_date;
81 bool operator < (
const signator & ref)
const {
return fingerprint < ref.fingerprint; };
82 bool operator == (
const signator & ref)
const {
return result == ref.result && key_validity == ref.key_validity && fingerprint == ref.fingerprint && signature_expiration_date == ref.signature_expiration_date; };
86 extern std::string crypto_algo_2_string(
crypto_algo algo);
91 extern bool same_signatories(
const std::list<signator> & a,
const std::list<signator> & b);
twofish 256 strong encryption
camellia 256 strong encryption
crypto_algo
the different cypher available for encryption (strong or weak)
serpent 256 strong encryption
this file contains the definition of class datetime that stores unix times in a portable way ...
blowfish strong encryption
scrambling weak encryption
AES 256 strong encryption.
libdar namespace encapsulate all libdar symbols