MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / cipher_interface

Method cipher_interface

src/dpp/dave/cipher_interface.h:58–58  ·  view source on GitHub ↗

* @brief Create cipher interface * @param _creator Creating cluster */

Source from the content-addressed store, hash-verified

56 * @param _creator Creating cluster
57 */
58 cipher_interface(dpp::cluster& _creator) : creator(_creator) { };
59
60 /**
61 * @brief Default destructor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected