CAKE

changeset 378:fe34ea0c2d92

cake.types: Added comment as to source for implementation.
author Eric Hopper <hopper@omnifarious.org>
date Fri, 25 Mar 2011 09:37:44 -0700
parents 98be211bca62
children d3fe1c00fe52
files cake/types/signing.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/cake/types/signing.py	Fri Mar 25 02:52:44 2011 -0700
     1.2 +++ b/cake/types/signing.py	Fri Mar 25 09:37:44 2011 -0700
     1.3 @@ -68,6 +68,10 @@
     1.4      the signature algorithm in reverse to see if it matches the hash
     1.5      computer from the message.
     1.6  
     1.7 +    The idea for how this works is taken from Practical Cryptography,
     1.8 +    a book be Bruce Scheier and Neils Ferguson:
     1.9 +    http://www.schneier.com/book-practical.html
    1.10 +
    1.11      >>> from .Serializer import StringContext, CompoundNumbered, SmallInt
    1.12      >>> from .Serializer import CountDelimitedByteString
    1.13      >>> from .Serializer import KeyName as KeyNameSer