Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
cuviper
/
num-bigint
Public
forked from
rust-num/num-bigint
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
docsrs
User selector
All users
Datepicker
All time
Commit History
Commits on May 10, 2024
Add feature cfgs for docs.rs
cuviper
committed
52175ce
Copy full SHA for 52175ce
Merge pull request #305 from cuviper/alloc
Show description for 2435646
cuviper
authored
2435646
Copy full SHA for 2435646
Commit to `alloc` as much as possible
Show description for f12e812
cuviper
committed
f12e812
Copy full SHA for f12e812
Commits on May 9, 2024
Merge pull request #304 from ralphtandetzky/master
Show description for 98006b2
cuviper
authored
98006b2
Copy full SHA for 98006b2
Fixed incorrect formulas for coefficients.
Show description for ba15044
secret-playfair-rust
committed
ba15044
Copy full SHA for ba15044
Commits on May 6, 2024
Merge pull request #303 from cuviper/release-0.4.5
Show description for a6d29fa
cuviper
authored
a6d29fa
Copy full SHA for a6d29fa
Release 0.4.5
cuviper
committed
9237009
Copy full SHA for 9237009
Merge pull request #302 from cuviper/lints
Show description for a6f3f5b
cuviper
authored
a6f3f5b
Copy full SHA for a6f3f5b
Fix clippy::ptr_arg
cuviper
committed
8f2666d
Copy full SHA for 8f2666d
Fix clippy::unnecessary_fallible_conversions
cuviper
committed
8bf4881
Copy full SHA for 8bf4881
Fix clippy::legacy_numeric_constants
cuviper
committed
c992166
Copy full SHA for c992166
Nightly `check-cfg` doesn't like `target_pointer_width = "128"`
cuviper
committed
29c4d04
Copy full SHA for 29c4d04
Merge pull request #236 from cuviper/x86-div
Show description for 9210db6
cuviper
authored
9210db6
Copy full SHA for 9210db6
Commits on May 5, 2024
Skip asm under miri
cuviper
committed
b02188d
Copy full SHA for b02188d
Commits on May 4, 2024
Use inline asm! for x86 DIV
cuviper
committed
ecec8c4
Copy full SHA for ecec8c4
Merge pull request #301 from cuviper/unsigned_abs
Show description for 636317c
cuviper
authored
636317c
Copy full SHA for 636317c
Use inherent `unsigned_abs`
cuviper
committed
454b869
Copy full SHA for 454b869
Merge pull request #300 from cuviper/no-build
Show description for 1f92024
cuviper
authored
1f92024
Copy full SHA for 1f92024
Move the `u64_digit` build config into the macros
cuviper
committed
9eab65d
Copy full SHA for 9eab65d
Wrap all `cfg(u64_digit)` in macros
cuviper
committed
49102cb
Copy full SHA for 49102cb
Drop the `use_addcarry` build config
cuviper
committed
5fbade7
Copy full SHA for 5fbade7
Merge pull request #299 from cuviper/const_radix_bases
Show description for f34e079
cuviper
authored
f34e079
Copy full SHA for f34e079
Generate the radix bases in `const` instead of `build.rs`
cuviper
committed
8123302
Copy full SHA for 8123302
Commits on May 3, 2024
Merge pull request #298 from cuviper/impls
Show description for ba9d00c
cuviper
authored
ba9d00c
Copy full SHA for ba9d00c
Merge pull request #288 from cuviper/modinv
Show description for 396b0a1
cuviper
authored
396b0a1
Copy full SHA for 396b0a1
Modular inverse for BigUint and BigInt
cuviper
committed
cec7024
Copy full SHA for cec7024
Implement `Integer::dec` and `inc`
cuviper
committed
2d13702
Copy full SHA for 2d13702
Add `const ZERO` and `impl ConstZero`
cuviper
committed
e09db4a
Copy full SHA for e09db4a
Implement combined `div_rem_euclid`
cuviper
committed
57f1f6e
Copy full SHA for 57f1f6e
Commits on Apr 24, 2024
Merge pull request #295 from joelonsql/half-karatsuba
Show description for 06b61c8
cuviper
authored
06b61c8
Copy full SHA for 06b61c8
Commits on Apr 17, 2024
Fix format complaint; remove trailing newline
joelonsql
committed
aea9284
Copy full SHA for aea9284
Simplify further by eliminating p to avoid allocation
Show description for 5ff5164
joelonsql
committed
5ff5164
Copy full SHA for 5ff5164
Commits on Apr 16, 2024
Implement Half-Karatsuba for unequal factor sizes
Show description for bdfe165
joelonsql
committed
bdfe165
Copy full SHA for bdfe165
Add two new multiply benchmarks testing large factors of unequal sizes
Show description for 788b170
joelonsql
committed
788b170
Copy full SHA for 788b170
Commits on Mar 25, 2024
Merge pull request #292 from cuviper/msrv-1.60
Show description for e50a1be
cuviper
authored
e50a1be
Copy full SHA for e50a1be
Pagination
Previous
Next
You can’t perform that action at this time.