CoderNotCutie
CoderNotCutie
Thanks for your help! I will try it.
Hi, Emill. I have some questions. In function P256_mul64: Your comment is : /* in: (t0,t1) = a[0..1], (a2,a3) = b[0..1] out: a0-a3 */ Is t0 the High uint32 of...
Sorry, above comment has some error. That is porting on RISV-V...... In function P256_mul64: Your comment is : /* // in: (r4,r5) = a[0..1], (r2,r3) = b[0..1] // out: r0-r3...
Yes, I am Using `mulhu` to make P256_mul64 too much easy. About 25 lines of codes. Thank you.