MCPcopy Create free account
hub / github.com/AGWA/git-crypt / Crypto_error

Class Crypto_error

crypto.hpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41void init_crypto ();
42
43struct Crypto_error {
44 std::string where;
45 std::string message;
46
47 Crypto_error (const std::string& w, const std::string& m) : where(w), message(m) { }
48};
49
50class Aes_ecb_encryptor {
51public:

Callers 3

processMethod · 0.85
Aes_ecb_encryptorMethod · 0.85
random_bytesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected