bn_cp_64
#define bn_cp_64(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0;
#define bn_cp_64(to, n, from, m) \