MCPcopy Create free account
hub / github.com/RickdeJager/stegseek / EncryptionAlgorithm

Method EncryptionAlgorithm

src/EncryptionAlgorithm.cc:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "common.h"
23
24EncryptionAlgorithm::EncryptionAlgorithm() { setValue(NONE); }
25
26EncryptionAlgorithm::EncryptionAlgorithm(EncryptionAlgorithm::IRep irep) { setValue(irep); }
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected