瀏覽代碼

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 10 年之前
父節點
當前提交
9f8b7b4c4a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: