MCPcopy Create free account
hub / github.com/ByteCorum/DragonBurn / Help

Function Help

Crypto/Crypto.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void Help()
34{
35 std::cout << "Usage:\n\ncrypto crypt \"path/to/key\" \"path/to/file\" --> encrypt/decrypt file\ncrypto gen \"output/path\" --> gen key\ncrypto print \"path/to/file\" --> print bytes";
36}
37
38bool WriteFile(const std::string& filename, const std::vector<uint8_t>& bin)
39{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected