root/galaxy-central/eggs/pycrypto-2.0.1-py2.6-macosx-10.6-universal-ucs2.egg/Crypto/Protocol/__init__.py @ 3

リビジョン 3, 0.6 KB (コミッタ: kohda, 14 年 前)

Install Unix tools  http://hannonlab.cshl.edu/galaxy_unix_tools/galaxy.html

行番号 
1
2"""Cryptographic protocols
3
4Implements various cryptographic protocols.  (Don't expect to find
5network protocols here.)
6
7Crypto.Protocol.AllOrNothing   Transforms a message into a set of message
8                               blocks, such that the blocks can be
9                               recombined to get the message back.
10
11Crypto.Protocol.Chaffing       Takes a set of authenticated message blocks
12                               (the wheat) and adds a number of
13                               randomly generated blocks (the chaff).
14"""
15
16__all__ = ['AllOrNothing', 'Chaffing']
17__revision__ = "$Id: __init__.py,v 1.4 2003/02/28 15:23:21 akuchling Exp $"
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。