Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
bc4a1c25
Kaydet (Commit)
bc4a1c25
authored
Kas 02, 2001
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[Patch #476612] Change docs to describe PEP247 interface
üst
75fec2c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
libmd5.tex
Doc/lib/libmd5.tex
+10
-0
libsha.tex
Doc/lib/libsha.tex
+1
-1
No files found.
Doc/lib/libmd5.tex
Dosyayı görüntüle @
bc4a1c25
...
@@ -35,6 +35,16 @@ More condensed:
...
@@ -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'
'
\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}
\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
}}
\begin{funcdesc}
{
new
}{
\optional
{
arg
}}
Return a new md5 object. If
\var
{
arg
}
is present, the method call
Return a new md5 object. If
\var
{
arg
}
is present, the method call
\code
{
update(
\var
{
arg
}
)
}
is made.
\code
{
update(
\var
{
arg
}
)
}
is made.
...
...
Doc/lib/libsha.tex
Dosyayı görüntüle @
bc4a1c25
...
@@ -31,7 +31,7 @@ attributes of the sha objects returned by \function{new()}:
...
@@ -31,7 +31,7 @@ attributes of the sha objects returned by \function{new()}:
hashed.
hashed.
\end{datadesc}
\end{datadesc}
\begin{datadesc}
{
digestsize
}
\begin{datadesc}
{
digest
_
size
}
The size of the resulting digest in bytes. This is always
The size of the resulting digest in bytes. This is always
\code
{
20
}
.
\code
{
20
}
.
\end{datadesc}
\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