diff options
author | David Seifert <soap@gentoo.org> | 2017-11-25 21:04:46 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-11-25 22:41:21 +0100 |
commit | 27a3a99afc34efeeeec320961969a84cb94f5420 (patch) | |
tree | 8db26352167c2ec9b4ad77bb81b0943b7ddb45a9 /dev-python/pycrypto | |
parent | dev-python/pyclimate: [QA] Consistent whitespace in metadata.xml (diff) | |
download | gentoo-27a3a99afc34efeeeec320961969a84cb94f5420.tar.gz gentoo-27a3a99afc34efeeeec320961969a84cb94f5420.tar.bz2 gentoo-27a3a99afc34efeeeec320961969a84cb94f5420.zip |
dev-python/pycrypto: [QA] Consistent whitespace in metadata.xml
Diffstat (limited to 'dev-python/pycrypto')
-rw-r--r-- | dev-python/pycrypto/metadata.xml | 63 |
1 files changed, 28 insertions, 35 deletions
diff --git a/dev-python/pycrypto/metadata.xml b/dev-python/pycrypto/metadata.xml index e3ad12eae841..e14ce6691800 100644 --- a/dev-python/pycrypto/metadata.xml +++ b/dev-python/pycrypto/metadata.xml @@ -1,41 +1,34 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription> -The Python Cryptography Toolkit is a collection of cryptographic -algorithms and protocols, implemented for use from Python. Among -the contents of the package: + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription> + The Python Cryptography Toolkit is a collection of cryptographic + algorithms and protocols, implemented for use from Python. Among + the contents of the package: - * Hash functions: MD2, MD4, RIPEMD, SHA256. - * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, - Triple-DES, IDEA, RC5. - * Stream encryption algorithms: ARC4, simple XOR. - * Public-key algorithms: RSA, DSA, ElGamal, qNEW. - * Protocols: All-or-nothing transforms, chaffing/winnowing. - * Miscellaneous: RFC1751 module for converting 128-key keys into - a set of English words, primality testing. - * Some demo programs (currently all quite old and outdated). + * Hash functions: MD2, MD4, RIPEMD, SHA256. + * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5. + * Stream encryption algorithms: ARC4, simple XOR. + * Public-key algorithms: RSA, DSA, ElGamal, qNEW. + * Protocols: All-or-nothing transforms, chaffing/winnowing. + * Miscellaneous: RFC1751 module for converting 128-key keys into a set of English words, primality testing. + * Some demo programs (currently all quite old and outdated). + </longdescription> + <longdescription lang="ja"> + このPython言語のクリプトグラフィー・ツールキットは、暗号手法のアルゴリズムとプロ + トコルの集合で、Python言語から利用されるための実装です。このパッケージ内容は以下 + です。 -</longdescription> - <longdescription lang="ja"> -このPython言語のクリプトグラフィー・ツールキットは、暗号手法のアルゴリズムとプロ -トコルの集合で、Python言語から利用されるための実装です。このパッケージ内容は以下 -です。 - - - * Hash ファンクション: MD2, MD4, RIPEMD, SHA256. - * ブロック・エンクリプション・アルゴリズム: AES, ARC2, Blowfish, CAST, DES, - Triple-DES, IDEA, RC5. - * ストリーム・エンクリプション・アルゴリズム: ARC4, simple XOR. - * 公開鍵アルゴリズム: RSA, DSA, ElGamal, qNEW. - * プロトコル: All-or-nothing transforms, chaffing/winnowing. - * その他: RFC1751 module for converting 128-key keys into - a set of English words, primality testing. - * デモ・プログラム(現在では完全に古く時代遅れなもの) - -</longdescription> + * Hash ファンクション: MD2, MD4, RIPEMD, SHA256. + * ブロック・エンクリプション・アルゴリズム: AES, ARC2, Blowfish, CAST, DES, Triple-DES, IDEA, RC5. + * ストリーム・エンクリプション・アルゴリズム: ARC4, simple XOR. + * 公開鍵アルゴリズム: RSA, DSA, ElGamal, qNEW. + * プロトコル: All-or-nothing transforms, chaffing/winnowing. + * その他: RFC1751 module for converting 128-key keys into a set of English words, primality testing. + * デモ・プログラム(現在では完全に古く時代遅れなもの) + </longdescription> </pkgmetadata> |