sshbuf_put_bignum2_bytes
r = sshbuf_put_bignum2_bytes(out, shared_key, CURVE25519_SIZE);
r = sshbuf_put_bignum2_bytes(buf, blob, len);
int sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len);