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 }}
cmpute
/
dashu
Public
Notifications
You must be signed in to change notification settings
Fork
18
Star
140
Code
Issues
4
Pull requests
5
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Add specialized implementations for squaring
- #76
#76
Merged
cmpute
merged 11 commits into
master
cmpute/dashu:master
from
sqr
cmpute/dashu:sqr
Copy head branch name to clipboard
Jun 16, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Add specialized implementations for squaring
#76
cmpute
merged 11 commits into
master
cmpute/dashu:master
from
sqr
cmpute/dashu:sqr
Copy head branch name to clipboard
Commits
Commits on Jun 15, 2026
Add specialized squaring for Karatsuba, Toom-3, and NTT
Show description for 7f07715
Jacob Zhong
and
claude
committed
7f07715
View commit details
Copy full SHA for 7f07715
Browse repository at this point
Fix memory formulas for Karatsuba and Toom-3 squaring
Show description for 6c5b283
Jacob Zhong
and
claude
committed
6c5b283
View commit details
Copy full SHA for 6c5b283
Browse repository at this point
Move NTT squaring code from mul/ntt to sqr/ntt
Show description for c138cab
Jacob Zhong
and
claude
committed
c138cab
View commit details
Copy full SHA for c138cab
Browse repository at this point
Inline pointwise_square into sqr/ntt.rs
Show description for 54411c8
Jacob Zhong
and
claude
committed
54411c8
View commit details
Copy full SHA for 54411c8
Browse repository at this point
Add ubig_sqr benchmark covering all algorithm thresholds
Show description for ef8e393
Jacob Zhong
and
claude
committed
ef8e393
View commit details
Copy full SHA for ef8e393
Browse repository at this point
Document why Karatsuba squaring keeps its extra n-word temp
Show description for 94bc47e
Jacob Zhong
and
claude
committed
94bc47e
View commit details
Copy full SHA for 94bc47e
Browse repository at this point
Speed up basecase squaring with a two-word off-diagonal kernel
Show description for a1d73a1
Jacob Zhong
and
claude
committed
a1d73a1
View commit details
Copy full SHA for a1d73a1
Browse repository at this point
Commits on Jun 16, 2026
Address review feedback and fix modular pow/sqr scratch sizing
Show description for c372946
Jacob Zhong
and
claude
committed
c372946
View commit details
Copy full SHA for c372946
Browse repository at this point
cargo fmt: wrap modular::pow import list
Show description for e45de10
Jacob Zhong
and
claude
committed
e45de10
View commit details
Copy full SHA for e45de10
Browse repository at this point
Fix no-std build of sqr/simple.rs tests: import alloc::vec/Vec
Show description for df4cf6a
Jacob Zhong
and
claude
committed
df4cf6a
View commit details
Copy full SHA for df4cf6a
Browse repository at this point
Reorganize squaring/NTT modules per review
Show description for 7b4678a
Jacob Zhong
and
claude
committed
7b4678a
View commit details
Copy full SHA for 7b4678a
Browse repository at this point
You can’t perform that action at this time.