comparison docs/procedure.rst @ 71:854c5d361011

Documentation cleanup.
author Brian Neal <bgneal@gmail.com>
date Tue, 23 Jul 2013 20:18:05 -0500
parents 30aa114bb746
children
comparison
equal deleted inserted replaced
70:753974fc7619 71:854c5d361011
2 ================== 2 ==================
3 3
4 The ``StdProcedure`` class encapsulates the encrypting and decrypting 4 The ``StdProcedure`` class encapsulates the encrypting and decrypting
5 procedures outlined in :ref:`references-label`. In particular, see 5 procedures outlined in :ref:`references-label`. In particular, see
6 references [5] and [7]. This class takes care of the high level details of 6 references [5] and [7]. This class takes care of the high level details of
7 inserted various message indicators into an encrypted message, and stripping 7 inserting various message indicators into an encrypted message, and stripping
8 them off during decrypt. These message indicators tell the recipient what key 8 them off during decrypt. These message indicators tell the recipient what key
9 list and initial key wheel settings to use when configuring their M-209 for 9 list and initial key wheel settings to use when configuring their M-209 for
10 decrypt. 10 decrypt.
11 11
12 .. class:: m209.procedure.StdProcedure([m_209=None[, key_list=None]]) 12 .. class:: m209.procedure.StdProcedure([m_209=None[, key_list=None]])