SSH_XMSS_K2_MAGIC
if ((r = sshbuf_put_cstring(b, SSH_XMSS_K2_MAGIC)) != 0 ||
if (strcmp(magic, SSH_XMSS_K2_MAGIC) != 0) {