// Public key used for server-side unknowability feature.
// ! IMPORTANT !
// On npm package install (before C++ compilation), this is set with a dummy key. (init.make.js has the logic)
// However, random generation with seed are sometimes insecure (depending on yout machine & OS env; See SEC-9923)
// Therefore, override to your own random dummy key as needed (make sure to generate with high entropy source)
const char* ssu_pub_key = "\xd5\xe0\x27\x97\x65\xb2\xc6\x8d\x22\x19\x40\x10\x36\x2c\x7a\xb3\x1c\x15\xd4\x17\xc0\x52\x60\xf8\xaa\x99\xde\x66\x9f\x5a\x39\x10";