Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
rust-num
/
num-bigint
Public
Notifications
You must be signed in to change notification settings
Fork
221
Star
611
Code
Issues
49
Pull requests
19
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Aug 12, 2026
Merge pull request #282 from byeongkeunahn/master
Show description for 14ced94
cuviper
authored
14ced94
View commit details
Copy full SHA for 14ced94
Browse repository at this point
[AI] Add comments for the remaining review questions
Show description for e2a66da
cuviper
committed
e2a66da
View commit details
Copy full SHA for e2a66da
Browse repository at this point
Drop factor 7 from `NttPlan::build`
Show description for f94bc85
cuviper
committed
f94bc85
View commit details
Copy full SHA for f94bc85
Browse repository at this point
Use `iter::zip` and `for_each`
Show description for 730785c
cuviper
committed
730785c
View commit details
Copy full SHA for 730785c
Browse repository at this point
Pass kernel `wN` parameters as arrays
Show description for 65ad8ed
cuviper
committed
65ad8ed
View commit details
Copy full SHA for 65ad8ed
Browse repository at this point
Inline mmulmod_invtw and consolidate branches
Show description for db86cfb
cuviper
committed
db86cfb
View commit details
Copy full SHA for db86cfb
Browse repository at this point
Move imports to the top
cuviper
committed
817f773
View commit details
Copy full SHA for 817f773
Browse repository at this point
Use the same threshold for NTT everywhere
cuviper
committed
9d41455
View commit details
Copy full SHA for 9d41455
Browse repository at this point
Remove unnecessary pub
cuviper
committed
73e5ba8
View commit details
Copy full SHA for 73e5ba8
Browse repository at this point
Force const-evaluation of factors
cuviper
committed
dead9ea
View commit details
Copy full SHA for dead9ea
Browse repository at this point
Narrow clippy suppressions
cuviper
committed
e5959cf
View commit details
Copy full SHA for e5959cf
Browse repository at this point
Add line spacing
cuviper
committed
2a1c7f6
View commit details
Copy full SHA for 2a1c7f6
Browse repository at this point
Use consistent comment style
cuviper
committed
c855966
View commit details
Copy full SHA for c855966
Browse repository at this point
Apply suggestions from code review
Show description for 17c0a79
cuviper
authored
17c0a79
View commit details
Copy full SHA for 17c0a79
Browse repository at this point
Merge pull request #353 from cuviper/karatsuba-sqrt
Show description for 3e3bb86
cuviper
authored
3e3bb86
View commit details
Copy full SHA for 3e3bb86
Browse repository at this point
Merge pull request #352 from FranciscoTGouveia/remove-casts
Show description for 9c6ce31
cuviper
authored
9c6ce31
View commit details
Copy full SHA for 9c6ce31
Browse repository at this point
Add more root quickchecks
cuviper
committed
5389f50
View commit details
Copy full SHA for 5389f50
Browse repository at this point
Just use even lengths for Karatsuba sqrt
Show description for 3b5c85b
cuviper
committed
3b5c85b
View commit details
Copy full SHA for 3b5c85b
Browse repository at this point
implement Karatsuba Square Root
cuviper
committed
fb6bd96
View commit details
Copy full SHA for fb6bd96
Browse repository at this point
Reorganize root impls to a new module
cuviper
committed
e994007
View commit details
Copy full SHA for e994007
Browse repository at this point
Commits on Aug 11, 2026
Add bigger sqrt benches
cuviper
committed
42d1dbe
View commit details
Copy full SHA for 42d1dbe
Browse repository at this point
Commits on Aug 2, 2026
Add multiplication with number-theoretic transform
byeongkeunahn
committed
3302555
View commit details
Copy full SHA for 3302555
Browse repository at this point
Commits on Jul 26, 2026
chore: remove unnecessary clones
FranciscoTGouveia
committed
85ba639
View commit details
Copy full SHA for 85ba639
Browse repository at this point
Commits on Jul 7, 2026
Merge pull request #351 from cuviper/rename-head
Show description for 9ec740f
cuviper
authored
9ec740f
View commit details
Copy full SHA for 9ec740f
Browse repository at this point
Rename master to main
cuviper
committed
9427a4a
View commit details
Copy full SHA for 9427a4a
Browse repository at this point
Commits on Jul 6, 2026
Merge pull request #350 from cuviper/bz-long-division
Show description for 7310997
cuviper
authored
7310997
View commit details
Copy full SHA for 7310997
Browse repository at this point
Update the B-Z test comments
cuviper
committed
90bd785
View commit details
Copy full SHA for 90bd785
Browse repository at this point
Improve the implementation of Burnikel-Ziegler division
Show description for 9be1ab7
cuviper
committed
9be1ab7
View commit details
Copy full SHA for 9be1ab7
Browse repository at this point
Commits on Jul 5, 2026
Update release notes
cuviper
committed
312cb3b
View commit details
Copy full SHA for 312cb3b
Browse repository at this point
Merge pull request #348 from cuviper/bz-alg2-step3b
Show description for 33c59ba
cuviper
authored
33c59ba
View commit details
Copy full SHA for 33c59ba
Browse repository at this point
Release 0.5.1
cuviper
committed
38b68f6
View commit details
Copy full SHA for 38b68f6
Browse repository at this point
Fix the missing part of the Burnikel-Ziegler algorithm
cuviper
committed
f4a43f5
View commit details
Copy full SHA for f4a43f5
Browse repository at this point
Add failing tests for a bug in B-Z division
cuviper
committed
ebfd89a
View commit details
Copy full SHA for ebfd89a
Browse repository at this point
Commits on Jul 2, 2026
Merge pull request #338 from cuviper/rand-0.10
Show description for 0ab95df
cuviper
authored
0ab95df
View commit details
Copy full SHA for 0ab95df
Browse repository at this point
Release 0.5.0
cuviper
committed
33d6998
View commit details
Copy full SHA for 33d6998
Browse repository at this point
Previous
Next
You can’t perform that action at this time.