7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2024-05-23 00:03+0000\n "
10
+ "POT-Creation-Date : 2024-08-31 00:03+0000\n "
11
11
"PO-Revision-Date : 2024-05-11 16:03+0800\n "
12
12
"
Last-Translator :
Matt Wang <[email protected] >\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -694,7 +694,7 @@ msgid ""
694
694
msgstr ""
695
695
"*last_node*:布林值,代表處理的節點是否為最後一個(``False`` 代表順序模式)。"
696
696
697
- #: ../../library/hashlib.rst: -1
697
+ #: ../../library/hashlib.rst:464
698
698
msgid "Explanation of tree mode parameters."
699
699
msgstr "樹狀模式參數說明。"
700
700
@@ -797,8 +797,8 @@ msgid ""
797
797
"mode thanks to the indifferentiability property inherited from BLAKE."
798
798
msgstr ""
799
799
"密鑰雜湊可用於身份驗證,作為\\ `基於雜湊的訊息驗證碼 (Hash-based message "
800
- "authentication code) <https://zh.wikipedia.org/zh-tw/HMAC>`_ (HMAC) 的更快、更 "
801
- "簡單的替代方案 。由於繼承自 BLAKE 的不可微特性 (indifferentiability "
800
+ "authentication code) <https://zh.wikipedia.org/zh-tw/HMAC>`_ (HMAC) 的更快、"
801
+ "更簡單的替代方案 。由於繼承自 BLAKE 的不可微特性 (indifferentiability "
802
802
"property),BLAKE2 可以安全地用於 prefix-MAC 模式。"
803
803
804
804
#: ../../library/hashlib.rst:580
@@ -1030,47 +1030,47 @@ msgstr ""
1030
1030
msgid "*Alexandr Sokolovskiy*"
1031
1031
msgstr "*Alexandr Sokolovskiy*"
1032
1032
1033
- #: ../../library/hashlib.rst:820
1033
+ #: ../../library/hashlib.rst:819
1034
1034
msgid "Module :mod:`hmac`"
1035
1035
msgstr ":mod:`hmac` 模組"
1036
1036
1037
1037
#: ../../library/hashlib.rst:820
1038
1038
msgid "A module to generate message authentication codes using hashes."
1039
1039
msgstr "使用雜湊生成訊息驗證程式碼的模組。"
1040
1040
1041
- #: ../../library/hashlib.rst:823
1041
+ #: ../../library/hashlib.rst:822
1042
1042
msgid "Module :mod:`base64`"
1043
1043
msgstr ":mod:`base64` 模組"
1044
1044
1045
1045
#: ../../library/hashlib.rst:823
1046
1046
msgid "Another way to encode binary hashes for non-binary environments."
1047
1047
msgstr "另一種在非二進位環境中編碼二進位雜湊的方法。"
1048
1048
1049
- #: ../../library/hashlib.rst:826
1049
+ #: ../../library/hashlib.rst:825
1050
1050
msgid "https://nvlpubs.nist.gov/nistpubs/fips/nist.fips.180-4.pdf"
1051
1051
msgstr "https://nvlpubs.nist.gov/nistpubs/fips/nist.fips.180-4.pdf"
1052
1052
1053
1053
#: ../../library/hashlib.rst:826
1054
1054
msgid "The FIPS 180-4 publication on Secure Hash Algorithms."
1055
1055
msgstr "有關安全雜湊演算法的 FIPS 180-4 出版物。"
1056
1056
1057
- #: ../../library/hashlib.rst:829
1057
+ #: ../../library/hashlib.rst:828
1058
1058
msgid "https://csrc.nist.gov/publications/detail/fips/202/final"
1059
1059
msgstr "https://csrc.nist.gov/publications/detail/fips/202/final"
1060
1060
1061
1061
#: ../../library/hashlib.rst:829
1062
1062
msgid "The FIPS 202 publication on the SHA-3 Standard."
1063
1063
msgstr "有關 SHA-3 標準的 FIPS 202 出版物。"
1064
1064
1065
- #: ../../library/hashlib.rst:832
1065
+ #: ../../library/hashlib.rst:831
1066
1066
msgid "https://www.blake2.net/"
1067
1067
msgstr "https://www.blake2.net/"
1068
1068
1069
1069
#: ../../library/hashlib.rst:832
1070
1070
msgid "Official BLAKE2 website."
1071
1071
msgstr "BLAKE2 官方網站。"
1072
1072
1073
- #: ../../library/hashlib.rst:836
1073
+ #: ../../library/hashlib.rst:834
1074
1074
msgid "https://en.wikipedia.org/wiki/Cryptographic_hash_function"
1075
1075
msgstr "https://en.wikipedia.org/wiki/Cryptographic_hash_function"
1076
1076
@@ -1082,7 +1082,7 @@ msgstr ""
1082
1082
"包含有關哪些演算法存在已知問題以及這些問題對其使用意味著什麼資訊的維基百科文"
1083
1083
"章。"
1084
1084
1085
- #: ../../library/hashlib.rst:839
1085
+ #: ../../library/hashlib.rst:838
1086
1086
msgid "https://www.ietf.org/rfc/rfc8018.txt"
1087
1087
msgstr "https://www.ietf.org/rfc/rfc8018.txt"
1088
1088
0 commit comments