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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
RustCrypto
/
crypto-bigint
Public
Notifications
You must be signed in to change notification settings
Fork
94
Star
309
Code
Issues
38
Pull requests
15
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand integer trait
- #489
#489
Merged
tarcieri
merged 22 commits into
RustCrypto:master
RustCrypto/crypto-bigint:master
from
xuganyu96:expand-integer-trait
xuganyu96/crypto-bigint:expand-integer-trait
Copy head branch name to clipboard
Dec 21, 2023
Conversation
Commits
22
(22)
Checks
Files changed
Merged
Expand integer trait
#489
tarcieri
merged 22 commits into
RustCrypto:master
RustCrypto/crypto-bigint:master
from
xuganyu96:expand-integer-trait
xuganyu96/crypto-bigint:expand-integer-trait
Copy head branch name to clipboard
Commits
Commits on Dec 21, 2023
BoxedUint::bit_vartime and tests
xuganyu96
committed
070dbd7
View commit details
Copy full SHA for 070dbd7
Browse repository at this point
trailing_ones and tests
xuganyu96
committed
10974a6
View commit details
Copy full SHA for 10974a6
Browse repository at this point
decode_hex_byte should be shared in the crate
xuganyu96
committed
52f3344
View commit details
Copy full SHA for 52f3344
Browse repository at this point
Fallible from_be_hex implementation
xuganyu96
committed
5cfb093
View commit details
Copy full SHA for 5cfb093
Browse repository at this point
log2_bits
xuganyu96
committed
4e8b1ba
View commit details
Copy full SHA for 4e8b1ba
Browse repository at this point
BoxedUint::is_nonzero
xuganyu96
committed
f102b05
View commit details
Copy full SHA for f102b05
Browse repository at this point
BoxedUint::cmp_vartime
xuganyu96
committed
2520df2
View commit details
Copy full SHA for 2520df2
Browse repository at this point
BoxedUint::wrapping_div_vartime
xuganyu96
committed
797274e
View commit details
Copy full SHA for 797274e
Browse repository at this point
BoxedUint's square roots
xuganyu96
committed
4555f2a
View commit details
Copy full SHA for 4555f2a
Browse repository at this point
BoxedUint::div_rem_limb_with_reciprocal and shl_limb
xuganyu96
committed
65c09d4
View commit details
Copy full SHA for 65c09d4
Browse repository at this point
BoxedMontyForm::div_by_2
xuganyu96
committed
ead807e
View commit details
Copy full SHA for ead807e
Browse repository at this point
const expect for NonZero<Limb>
xuganyu96
committed
41c4306
View commit details
Copy full SHA for 41c4306
Browse repository at this point
Cloning is inevitable at this moment
xuganyu96
committed
cb1da6f
View commit details
Copy full SHA for cb1da6f
Browse repository at this point
div_by_2 for BoxedUint moved out of sub-module
xuganyu96
committed
a18c99e
View commit details
Copy full SHA for a18c99e
Browse repository at this point
Need to investigate performance
xuganyu96
committed
639ad58
View commit details
Copy full SHA for 639ad58
Browse repository at this point
Reduntant test
xuganyu96
committed
f65f301
View commit details
Copy full SHA for f65f301
Browse repository at this point
Mark todo for moving Repciprocal methods to ConstChoice
xuganyu96
committed
1e4a465
View commit details
Copy full SHA for 1e4a465
Browse repository at this point
Adopt 'Odd' struct
xuganyu96
committed
8129546
View commit details
Copy full SHA for 8129546
Browse repository at this point
Gate relevant imports behind feature
xuganyu96
committed
5b2a02f
View commit details
Copy full SHA for 5b2a02f
Browse repository at this point
Gate relevant imports behind feature
xuganyu96
committed
f3bfa39
View commit details
Copy full SHA for f3bfa39
Browse repository at this point
Gate relevant imports behind feature
xuganyu96
committed
002d55a
View commit details
Copy full SHA for 002d55a
Browse repository at this point
Avoid branching
xuganyu96
committed
0fd00d6
View commit details
Copy full SHA for 0fd00d6
Browse repository at this point
You can’t perform that action at this time.