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
.
Develop-Python
/
python-rsa
Public
forked from
sybrenstuvel/python-rsa
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-rsa
rsa
transform.py
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 29, 2021
Reformatting with Black
Show description for 35e962d
sybrenstuvel
committed
35e962d
View commit details
Copy full SHA for 35e962d
View code at this point
Browse repository at this point
Commits on Jun 3, 2020
Drop character encoding markers for Python 2.x
and-semakin
authored and
sybrenstuvel
committed
1473cb8
View commit details
Copy full SHA for 1473cb8
View code at this point
Browse repository at this point
Commits on Aug 4, 2019
Added flake8 as development dependency and fixed reported issues
sybrenstuvel
committed
f2c3b4f
View commit details
Copy full SHA for f2c3b4f
View code at this point
Browse repository at this point
Removed compatibility code for Python 2.7 and 3.4
sybrenstuvel
committed
ded036c
View commit details
Copy full SHA for ded036c
View code at this point
Browse repository at this point
Commits on Sep 16, 2018
Moved `get_word_alignment()` from `_compat.py` to `machine_size.py`
Show description for ae61397
sybrenstuvel
committed
ae61397
View commit details
Copy full SHA for ae61397
View code at this point
Browse repository at this point
Commits on May 8, 2016
Drop byte_literal in favour of b''
adamantike
committed
9f57740
View commit details
Copy full SHA for 9f57740
View code at this point
Browse repository at this point
xrange compatibility optimization for Python 2 (#69)
adamantike
authored and
sybrenstuvel
committed
1369d74
View commit details
Copy full SHA for 1369d74
View code at this point
Browse repository at this point
Commits on Apr 23, 2016
Drop psyco usage
sybrenstuvel
committed
08e609f
View commit details
Copy full SHA for 08e609f
View code at this point
Browse repository at this point
Commits on Feb 5, 2016
Updated documentation, mostly http -> https changes
Show description for 3934ab4
sybrenstuvel
committed
3934ab4
View commit details
Copy full SHA for 3934ab4
View code at this point
Browse repository at this point
Commits on Jan 22, 2016
Updated doctests to Python 3.5 and automatically running with Tox.
Show description for f95dbb7
sybrenstuvel
committed
f95dbb7
View commit details
Copy full SHA for f95dbb7
View code at this point
Browse repository at this point
Using r""" for some docstrings
sybrenstuvel
committed
e89dbb9
View commit details
Copy full SHA for e89dbb9
View code at this point
Browse repository at this point
Big refactor to become more PEP8 compliant.
Show description for d3d1034
sybrenstuvel
committed
d3d1034
View commit details
Copy full SHA for d3d1034
View code at this point
Browse repository at this point
Commits on Jun 18, 2012
Fixed doctests
sybrenstuvel
committed
f6047a8
View commit details
Copy full SHA for f6047a8
View code at this point
Browse repository at this point
Commits on Aug 24, 2011
Reverts docstring quoting syntax.
yesudeep
committed
b5bab22
View commit details
Copy full SHA for b5bab22
View code at this point
Browse repository at this point
Adds back older doctests for _int2bytes for compliance.
yesudeep
committed
245952e
View commit details
Copy full SHA for 245952e
View code at this point
Browse repository at this point
Allow block_size=None in _int2bytes.
yesudeep
committed
1328f48
View commit details
Copy full SHA for 1328f48
View code at this point
Browse repository at this point
Allow fill_size=None, chunk_size=None in int2bytes.
yesudeep
committed
23c41d2
View commit details
Copy full SHA for 23c41d2
View code at this point
Browse repository at this point
Commits on Aug 16, 2011
Fixes bad zero-prefix padding bug in older _int2bytes to pass all tests.
yesudeep
committed
1caa130
View commit details
Copy full SHA for 1caa130
View code at this point
Browse repository at this point
Parellelized testing. Caught a lot of bugs.
yesudeep
committed
03c51e7
View commit details
Copy full SHA for 03c51e7
View code at this point
Browse repository at this point
Commits on Aug 14, 2011
Much cleaner implementation of int2bytes. No loss in speed.
yesudeep
committed
f9981d2
View commit details
Copy full SHA for f9981d2
View code at this point
Browse repository at this point
Commits on Aug 13, 2011
Fixes doctest.
yesudeep
committed
86b7e48
View commit details
Copy full SHA for 86b7e48
View code at this point
Browse repository at this point
Measure twice, cut once.
yesudeep
committed
f8aa5cf
View commit details
Copy full SHA for f8aa5cf
View code at this point
Browse repository at this point
Finally tracked down the bug to incorrect padding. Now all tests should pass
Show description for 8d6bdf4
yesudeep
committed
8d6bdf4
View commit details
Copy full SHA for 8d6bdf4
View code at this point
Browse repository at this point
Commits on Aug 12, 2011
Completes machine-aligned int2bytes implementation.
Show description for 167f488
yesudeep
committed
167f488
View commit details
Copy full SHA for 167f488
View code at this point
Browse repository at this point
Adds verification tests for int2bytes and bytes2int
Show description for 8132524
yesudeep
committed
8132524
View commit details
Copy full SHA for 8132524
View code at this point
Browse repository at this point
Commits on Aug 11, 2011
Adds speed tests for int2bytes and old_int2bytes.
Show description for a4453c6
yesudeep
committed
a4453c6
View commit details
Copy full SHA for a4453c6
View code at this point
Browse repository at this point
Commits on Aug 10, 2011
Even better. Discard prefix zero bytes if block size is not specified.
yesudeep
committed
c5e027f
View commit details
Copy full SHA for c5e027f
View code at this point
Browse repository at this point
Reduces more calculation in int2bytes.
yesudeep
committed
a9b2f58
View commit details
Copy full SHA for a9b2f58
View code at this point
Browse repository at this point
Adds faster ``struct.pack``-based int2bytes implementation.
yesudeep
committed
8cc655c
View commit details
Copy full SHA for 8cc655c
View code at this point
Browse repository at this point
Porting to Python 3 complete. All tests except pyasn1 stuff pass.
yesudeep
committed
e97d0d7
View commit details
Copy full SHA for e97d0d7
View code at this point
Browse repository at this point
Commits on Jul 31, 2011
Removed obsolete code
sybrenstuvel
committed
b24b3ae
View commit details
Copy full SHA for b24b3ae
View code at this point
Browse repository at this point
Commits on Jul 30, 2011
Using int() rather than long()
sybrenstuvel
committed
c5aea51
View commit details
Copy full SHA for c5aea51
View code at this point
Browse repository at this point
Commits on Jul 23, 2011
Added Apache 2 license notice to source files
sybrenstuvel
committed
33cab03
View commit details
Copy full SHA for 33cab03
View code at this point
Browse repository at this point
Bytes2int transformation more efficient using binascii.hexlify
sybrenstuvel
committed
689a10d
View commit details
Copy full SHA for 689a10d
View code at this point
Browse repository at this point
Commits on Jul 19, 2011
Fixed doctest
sybrenstuvel
committed
2404a5e
View commit details
Copy full SHA for 2404a5e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.