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

Function init_crypto

crypto-openssl-11.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43#include <cstring>
44
45void init_crypto ()
46{
47 ERR_load_crypto_strings();
48}
49
50struct Aes_ecb_encryptor::Aes_impl {
51 AES_KEY key;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected