Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
bc4a1c25
Commit
bc4a1c25
authored
Nov 02, 2001
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Patch #476612] Change docs to describe PEP247 interface
parent
75fec2c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
Doc/lib/libmd5.tex
Doc/lib/libmd5.tex
+10
-0
Doc/lib/libsha.tex
Doc/lib/libsha.tex
+1
-1
No files found.
Doc/lib/libmd5.tex
View file @
bc4a1c25
...
...
@@ -35,6 +35,16 @@ More condensed:
'
\xbbd\x
9c
\x
83
\xdd\x
1e
\xa
5
\xc
9
\xd
9
\xde\xc
9
\xa
1
\x
8d
\xf
0
\xff\xe
9'
\end{verbatim}
The following values are provided as constants in the module and as
attributes of the md5 objects returned by
\function
{
new()
}
:
\begin{datadesc}
{
digest
_
size
}
The size of the resulting digest in bytes. This is always
\code
{
16
}
.
\end{datadesc}
md5 objects support the following methods:
\begin{funcdesc}
{
new
}{
\optional
{
arg
}}
Return a new md5 object. If
\var
{
arg
}
is present, the method call
\code
{
update(
\var
{
arg
}
)
}
is made.
...
...
Doc/lib/libsha.tex
View file @
bc4a1c25
...
...
@@ -31,7 +31,7 @@ attributes of the sha objects returned by \function{new()}:
hashed.
\end{datadesc}
\begin{datadesc}
{
digestsize
}
\begin{datadesc}
{
digest
_
size
}
The size of the resulting digest in bytes. This is always
\code
{
20
}
.
\end{datadesc}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment