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
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 }}
RustCrypto
/
crypto-bigint
Public
Notifications
You must be signed in to change notification settings
Fork
96
Star
309
Code
Issues
38
Pull requests
16
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Boxed uintlike coverage
- #436
#436
Closed
xuganyu96
wants to merge 21 commits into
RustCrypto:master
RustCrypto/crypto-bigint:master
from
xuganyu96:boxed-uintlike-coverage
xuganyu96/crypto-bigint:boxed-uintlike-coverage
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Closed
Boxed uintlike coverage
#436
xuganyu96
wants to merge 21 commits into
RustCrypto:master
RustCrypto/crypto-bigint:master
from
xuganyu96:boxed-uintlike-coverage
xuganyu96/crypto-bigint:boxed-uintlike-coverage
Copy head branch name to clipboard
Commits
Commits on Dec 20, 2023
Implemented and tested BoxedUint::bit_vartime
xuganyu96
committed
13ca4be
View commit details
Copy full SHA for 13ca4be
Browse repository at this point
Ipmlemented trailing_ones and trailing_ones_vartime for BoxedUint
xuganyu96
committed
f8ecad3
View commit details
Copy full SHA for f8ecad3
Browse repository at this point
Implemented div and sqrt for BoxedUint
xuganyu96
committed
ef2c7bb
View commit details
Copy full SHA for ef2c7bb
Browse repository at this point
Refactored shr_vartime and shl_vartime to return (Self, ConstChoice)
xuganyu96
committed
24792c3
View commit details
Copy full SHA for 24792c3
Browse repository at this point
div_rem_limb_with_reciprocal and its dependencies
xuganyu96
committed
97f2111
View commit details
Copy full SHA for 97f2111
Browse repository at this point
Boxed div by 2
xuganyu96
committed
83e065e
View commit details
Copy full SHA for 83e065e
Browse repository at this point
Gate boxed div_by_2 by alloc
xuganyu96
committed
1d100c1
View commit details
Copy full SHA for 1d100c1
Browse repository at this point
Share Reciprocal across Uint and BoxedUint
xuganyu96
committed
9666ad5
View commit details
Copy full SHA for 9666ad5
Browse repository at this point
Fixed clippy and rust docs problem
xuganyu96
committed
d10f9fd
View commit details
Copy full SHA for d10f9fd
Browse repository at this point
BoxedUint::is_nonzero returns Choice
xuganyu96
committed
4aedbec
View commit details
Copy full SHA for 4aedbec
Browse repository at this point
Refactored const_new to return (NonZero<BoxedUint>, Choice)
xuganyu96
committed
4db5f76
View commit details
Copy full SHA for 4db5f76
Browse repository at this point
replace select with conditional_select
xuganyu96
committed
8c839eb
View commit details
Copy full SHA for 8c839eb
Browse repository at this point
Use ct_gt instead of gt
xuganyu96
committed
ce00645
View commit details
Copy full SHA for ce00645
Browse repository at this point
Use crate::ConstantTimeSelect as a substitute for subtle::ConditionallySelectable in BoxedUint
xuganyu96
committed
a4f8125
View commit details
Copy full SHA for a4f8125
Browse repository at this point
Use fully qualified namespace for div_by_2 to avoid confusion
xuganyu96
committed
1e6cb45
View commit details
Copy full SHA for 1e6cb45
Browse repository at this point
Use ct_assign to avoid unnecessary cloning
xuganyu96
committed
89171b5
View commit details
Copy full SHA for 89171b5
Browse repository at this point
ConstCtOption<NonZero<Limb>>::expect
xuganyu96
committed
233b9e5
View commit details
Copy full SHA for 233b9e5
Browse repository at this point
use overflowing_shl instead of shl_vartime; same for shr
xuganyu96
committed
97209b3
View commit details
Copy full SHA for 97209b3
Browse repository at this point
Moved mulhilo and addhilo to crate::primitives
xuganyu96
committed
abbfd1f
View commit details
Copy full SHA for abbfd1f
Browse repository at this point
Fixed import pathing for 32-bit targets
xuganyu96
committed
49d72c5
View commit details
Copy full SHA for 49d72c5
Browse repository at this point
Migrated from Residue to Monty
xuganyu96
committed
d2d0e0f
View commit details
Copy full SHA for d2d0e0f
Browse repository at this point
You can’t perform that action at this time.