Open erik-3milabs opened 3 weeks ago
@tarcieri with #695 merged to signed-int, whats the plan for this feature? Specifically, will it be included in the next release? Could be helpful esp. because of comparability other crates like elliptic-curves depending on crypto-bigint
@ycscaly yeah, we should be able to get at least a preliminary implementation into the release and then we can additively improve it.
I went ahead and added it to the list in #681
@ycscaly yeah, we should be able to get at least a preliminary implementation into the release and then we can additively improve it.
I went ahead and added it to the list in #681
Great thanks!
Related
1 (feature request), and
624 (initial discussion).
694 (abandoned attempt involving sign-magnitude representation),
Features
add
,sub
,mul
,div
#695and
,or
,xor
,not
,shl
,shr
#697gcd
#698mul_uint
,div_uint
#699from_be_slice
,from_le_slice
)xgcd