RustCrypto / crypto-bigint

Cryptography-oriented big integer library with constant-time, stack-allocated (no_std-friendly) implementations of modern formulas
Apache License 2.0
193 stars 56 forks source link

`Int` feature tracking ticket #700

Open erik-3milabs opened 3 weeks ago

erik-3milabs commented 3 weeks ago

Related

Features

ycscaly commented 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

tarcieri commented 3 weeks ago

@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 commented 3 weeks ago

@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!