Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 183 → Rev 184

/relevation/ext/cryptopy-1.2.5.patched/crypto/entropy/__init__.py
2,7 → 2,7
 
Entropy package of CryptoPy
 
Copyright © (c) 2002 by Paul A. Lambert
Copyright (c) 2002 by Paul A. Lambert
Read LICENSE.txt for license information.
"""
 
/relevation/ext/cryptopy-1.2.5.patched/crypto/entropy/pagingEntropy.py
6,7 → 6,7
 
Just an experiment, not recommended for use at this time.
 
Copyright © (c) 2002 by Paul A. Lambert
Copyright (c) 2002 by Paul A. Lambert
Read LICENSE.txt for license information.
"""
import struct
/relevation/ext/cryptopy-1.2.5.patched/crypto/entropy/prn_rijndael_test.py
3,7 → 3,7
 
Unit test for prn_rijndael
 
Copyright © (c) 2002 by Paul A. Lambert
Copyright (c) 2002 by Paul A. Lambert
Read LICENSE.txt for license information.
"""
 
/relevation/ext/cryptopy-1.2.5.patched/crypto/entropy/prn_rijndael.py
4,7 → 4,7
The algorithm is based on Section 13.4 of:
"AES Proposal: Rijndael", Joan Daemen, Vincent Rijmen
 
Copyright © (c) 2002 by Paul A. Lambert
Copyright (c) 2002 by Paul A. Lambert
Read LICENSE.txt for license information.
"""