crypto-bigint icon indicating copy to clipboard operation
crypto-bigint copied to clipboard

Use stabilized `core` bigint helper methods

Open tarcieri opened this issue 3 months ago • 0 comments

Rust 1.91 is out and stabilized the first round of these: https://blog.rust-lang.org/2025/10/30/Rust-1.91.0/

Note they're not yet usable in const fn, so maybe not quite up to our needs yet.

Edit: per the stabilization PR constifying them is blocked on const traits, so that may be awhile unless the underlying implementation changes

tarcieri avatar Oct 30 '25 19:10 tarcieri