Kaynağa Gözat

chore: update gmpy2_pkcs10aep_cipher.py (#4314)

Ikko Eltociear Ashimine 11 ay önce
ebeveyn
işleme
e6db7ad1d5
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      api/libs/gmpy2_pkcs10aep_cipher.py

+ 2 - 2
api/libs/gmpy2_pkcs10aep_cipher.py

@@ -48,7 +48,7 @@ class PKCS1OAEP_Cipher:
                 `Crypto.Hash.SHA1` is used.
          mgfunc : callable
                 A mask generation function that accepts two parameters: a string to
-                use as seed, and the lenth of the mask to generate, in bytes.
+                use as seed, and the length of the mask to generate, in bytes.
                 If not specified, the standard MGF1 consistent with ``hashAlgo`` is used (a safe choice).
          label : bytes/bytearray/memoryview
                 A label to apply to this particular encryption. If not specified,
@@ -218,7 +218,7 @@ def new(key, hashAlgo=None, mgfunc=None, label=b'', randfunc=None):
 
     :param mgfunc:
       A mask generation function that accepts two parameters: a string to
-      use as seed, and the lenth of the mask to generate, in bytes.
+      use as seed, and the length of the mask to generate, in bytes.
       If not specified, the standard MGF1 consistent with ``hashAlgo`` is used (a safe choice).
     :type mgfunc: callable