MCPcopy Create free account
hub / github.com/bcndev/bytecoin / get_G

Function get_G

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

Source from the content-addressed store, hash-verified

31// clang-format on
32
33PublicKey get_G() { return to_bytes(G_p3); } // 5866666666666666666666666666666666666666666666666666666666666666
34
35PublicKey get_H() { return to_bytes(H); } // 8b655970153799af2aeadc9ff1add0ea6c7251d54154cfa92c173a0dd39c1f94
36

Callers 1

test_get_HFunction · 0.85

Calls 1

to_bytesFunction · 0.85

Tested by 1

test_get_HFunction · 0.68