Parcourir la source

clarify phrasing in comment

a MAC can be seen as digital signature (but that was not meant in the comment, but the parameters of __init__ method, it's "signature")
Thomas Waldmann il y a 10 ans
Parent
commit
9f8b7b4c4a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      attic/key.py

+ 1 - 1
attic/key.py

@@ -451,7 +451,7 @@ crypter_mapping = {
 
 
 maccer_mapping = {
-    # simple hashes, not MACs (but MAC-like signature):
+    # simple hashes, not MACs (but MAC-like class __init__ method signature):
     SHA256.TYPE: SHA256,
     SHA512_256.TYPE: SHA512_256,
     # MACs: