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
.
RustCrypto
/
crypto-bigint
Public
Notifications
You must be signed in to change notification settings
Fork
93
Star
306
Code
Issues
36
Pull requests
13
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Bring the overflow behavior in bit shifts in sync with
std
- #395
#395
Merged
tarcieri
merged 15 commits into
RustCrypto:master
RustCrypto/crypto-bigint:master
from
fjarri:shift-overflows
fjarri/crypto-bigint:shift-overflows
Copy head branch name to clipboard
Dec 13, 2023
Conversation
Commits
15
(15)
Checks
Files changed
Merged
Bring the overflow behavior in bit shifts in sync with
std
#395
tarcieri
merged 15 commits into
RustCrypto:master
RustCrypto/crypto-bigint:master
from
fjarri:shift-overflows
fjarri/crypto-bigint:shift-overflows
Copy head branch name to clipboard
Commits
Commits on Dec 12, 2023
Add more benchmarks for shifts
fjarri
committed
f949925
View commit details
Copy full SHA for f949925
Browse repository at this point
Inline some low-level ops
fjarri
committed
8257838
View commit details
Copy full SHA for 8257838
Browse repository at this point
Return the overflow status in const fn bit shifts, panic if overflow occurred
fjarri
committed
4dbb16c
View commit details
Copy full SHA for 4dbb16c
Browse repository at this point
Make uint/shl.rs and shr.rs uniform
fjarri
committed
5f9fd15
View commit details
Copy full SHA for 5f9fd15
Browse repository at this point
Adjust BoxedUint API
fjarri
committed
90a21a8
View commit details
Copy full SHA for 90a21a8
Browse repository at this point
Add shift benchmarks for BoxedUint
fjarri
committed
36175ba
View commit details
Copy full SHA for 36175ba
Browse repository at this point
Improve BoxedUint::shl/shr performance by performing operations inplace when possible
fjarri
committed
a17ef3b
View commit details
Copy full SHA for a17ef3b
Browse repository at this point
Add a specialized BoxedUint::shl1 implementation
fjarri
committed
972f546
View commit details
Copy full SHA for 972f546
Browse repository at this point
Iterate in forward direction to help with cache
fjarri
committed
17145af
View commit details
Copy full SHA for 17145af
Browse repository at this point
Rename `sh(r/l)1_with_overflow` to `*_with_carry`
fjarri
committed
1640e79
View commit details
Copy full SHA for 1640e79
Browse repository at this point
Commits on Dec 13, 2023
Fix BoxedUint shift docstrings
fjarri
committed
0ff9c43
View commit details
Copy full SHA for 0ff9c43
Browse repository at this point
Add BoxedUint::conditional_set_to_zero()
fjarri
committed
3558f9a
View commit details
Copy full SHA for 3558f9a
Browse repository at this point
Document returning zero on overflow for BoxedUint shifts
fjarri
committed
43af4e2
View commit details
Copy full SHA for 43af4e2
Browse repository at this point
Remove an obsolete test
fjarri
committed
18179e0
View commit details
Copy full SHA for 18179e0
Browse repository at this point
Typo fix in shift docstrings
fjarri
committed
6ce585a
View commit details
Copy full SHA for 6ce585a
Browse repository at this point
You can’t perform that action at this time.