MCPcopy Create free account
hub / github.com/ClassicOldSong/Apollo / cbc_t

Method cbc_t

src/crypto.cpp:310–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308 }
309
310 cbc_t::cbc_t(const aes_t &key, bool padding):
311 cipher_t {nullptr, nullptr, key, padding} {
312 }
313
314 gcm_t::gcm_t(const crypto::aes_t &key, bool padding):
315 cipher_t {nullptr, nullptr, key, padding} {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected