RustCrypto/crypto-bigint
Cryptography-oriented big integer library with constant-time, stack-allocated (no_std-friendly) implementations of modern formulas
RustApache-2.0
Pinned issues
Issues
- 2
lincomb: unexpected failure at index 1309
#707 opened by dvdplm - 3
Zeroizing `MontyParams`
#704 opened by fjarri - 3
v0.6 release tracking ticket
#681 opened by tarcieri - 2
Large `where` clauses
#702 opened by erik-3milabs - 3
`Int` feature tracking ticket
#700 opened by erik-3milabs - 1
- 23
Supporting Signed Integer Arithmetic
#624 opened by erik-3milabs - 2
Optimized assembly acceleration
#572 opened by tarcieri - 0
Adopt `core` naming conventions for bigint methods
#693 opened by tarcieri - 6
- 0
[Uint] `gt` and `lt` doc comment error.
#682 opened by erik-3milabs - 3
- 14
Optimize `mul_wide()` (i.e. Karatsuba and Friends)
#249 opened by ycscaly - 3
- 5
Easier working with native numbers
#585 opened by dignifiedquire - 0
Implement `safegcd-bounds`
#634 opened by tarcieri - 0
Optimize Bernstein-Yang for 32-bit targets
#380 opened by tarcieri - 2
`rem_wide_vartime()` issues
#638 opened by fjarri - 4
Remove bounds proliferation for `gcd()`
#633 opened by fjarri - 1
Bernstein-Yang: constant-time issues
#627 opened by tarcieri - 1
GCD with `Even` modulus
#590 opened by pinkforest - 2
Decimal representation
#609 opened by ndavd - 2
- 2
`Monty::new` takes values, but impl takes ref
#599 opened by dvdplm - 3
Inverse `Even` modulus
#591 opened by pinkforest - 9
Documentation of modular multiplication
#287 opened by matthiasgeihs - 1
- 1
Estimated precision for MULT product & input handling to prevent overflow ?
#589 opened by pinkforest - 0
`BoxedMontyForm::pow()` gives only `one` ?
#588 opened by pinkforest - 0
Evaluate HACL-rs bignums
#584 opened by tarcieri - 1
Naming conventions for widening/split operations
#537 opened by tarcieri - 14
improve documentation with usage examples
#283 opened by Dustin-Ray - 7
Less errors in `RandomBits` methods
#534 opened by fjarri - 0
Reverse order of `Concat`/`Split` arguments?
#519 opened by tarcieri - 9
Reconsider `const fn` API?
#513 opened by fjarri - 2
- 0
`Odd` wrapper type?
#479 opened by tarcieri - 0
Trait for `*Residue` / Montgomery form
#448 opened by tarcieri - 10
Reopening `*Residue` naming bikeshed
#351 opened by tarcieri - 0
Make a `const` equivalent of `subtle::CtOption`
#422 opened by fjarri - 4
Use wide arithmetic in `CtChoice`
#418 opened by fjarri - 3
- 4
BoxedResidue square error
#441 opened by xuganyu96 - 10
A list of breaking changes to consider for v0.6
#268 opened by fjarri - 0
A tighter bound on `sqrt()` iterations
#378 opened by fjarri - 12
- 0
Multi-Exponentiation
#250 opened by ycscaly - 2
0.5.x breaks JetBrains IDEs
#284 opened by indygreg - 2
- 1
`Pow` for `Wrapping`/`Checked`
#259 opened by BrettWitty