Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
P
pycrypto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
TC Wu
pycrypto
Commits
2cfdb96c
Commit
2cfdb96c
authored
22 years ago
by
akuchling
Browse files
Options
Downloads
Patches
Plain Diff
[project @ akuchling-20020611191258-9319d013132b6c9f]
[project @ 2002-06-11 12:12:37 by akuchling] Bump version number
parent
394f1668
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Doc/pycrypt.tex
+1
-1
1 addition, 1 deletion
Doc/pycrypt.tex
README
+1
-1
1 addition, 1 deletion
README
__init__.py
+1
-1
1 addition, 1 deletion
__init__.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
4 deletions
Doc/pycrypt.tex
+
1
−
1
View file @
2cfdb96c
...
...
@@ -2,7 +2,7 @@
\title
{
Python Cryptography Toolkit
}
\release
{
1.9alpha
2
}
\release
{
1.9alpha
3
}
\author
{
A.M. Kuchling
}
\authoraddress
{
\url
{
www.amk.ca
}}
...
...
This diff is collapsed.
Click to expand it.
README
+
1
−
1
View file @
2cfdb96c
Python Cryptography Toolkit (pycrypto) 1.9alpha
2
Python Cryptography Toolkit (pycrypto) 1.9alpha
3
================================================
This is a collection of both secure hash functions (such as MD5 and
...
...
This diff is collapsed.
Click to expand it.
__init__.py
+
1
−
1
View file @
2cfdb96c
...
...
@@ -19,5 +19,5 @@ Crypto.Util Various useful modules and functions (long-to-string
__all__
=
[
'
Cipher
'
,
'
Hash
'
,
'
Protocol
'
,
'
Util
'
]
__version__
=
'
1.9a
2
'
__version__
=
'
1.9a
3
'
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
2cfdb96c
...
...
@@ -2,7 +2,7 @@
from
distutils.core
import
setup
,
Extension
setup
(
name
=
"
pycrypto
"
,
version
=
"
1.9a
2
"
,
version
=
"
1.9a
3
"
,
description
=
"
Cryptographic modules for Python.
"
,
author
=
"
A.M. Kuchling
"
,
author_email
=
"
akuchlin@mems-exchange.org
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment