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
a861d552
Kaydet (Commit)
a861d552
authored
Haz 10, 2002
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Document that the key should not contain null bytes.
üst
db9198a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
librotor.tex
Doc/lib/librotor.tex
+3
-2
No files found.
Doc/lib/librotor.tex
Dosyayı görüntüle @
a861d552
...
...
@@ -29,7 +29,8 @@ The available functions in this module are:
\begin{funcdesc}
{
newrotor
}{
key
\optional
{
, numrotors
}}
Return a rotor object.
\var
{
key
}
is a string containing the encryption key
for the object; it can contain arbitrary binary data. The key will be used
for the object; it can contain arbitrary binary data but not null bytes.
The key will be used
to randomly generate the rotor permutations and their initial positions.
\var
{
numrotors
}
is the number of rotor permutations in the returned object;
if it is omitted, a default value of 6 will be used.
...
...
@@ -38,7 +39,7 @@ if it is omitted, a default value of 6 will be used.
Rotor objects have the following methods:
\begin{methoddesc}
[rotor]
{
setkey
}{
key
}
Sets the rotor's key to
\var
{
key
}
.
Sets the rotor's key to
\var
{
key
}
.
The key should not contain null bytes.
\end{methoddesc}
\begin{methoddesc}
[rotor]
{
encrypt
}{
plaintext
}
...
...
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