Package g4ds :: Package algorithms :: Module config
[show private | hide private]
[frames | no frames]

Module g4ds.algorithms.config

Configuration file for algorithms for G4DS

Grid for Digital Security (G4DS)

Modules import that module and may read the settings important to them.

Author: Michael Pilgermann

Contact: mailto:mpilgerm@glam.ac.uk

License: GPL (General Public License)

Variable Summary
dict algorithms = {'elgamal': <module 'g4ds.algorithms.elgama...
str default_algorithm = 'rsa'
int elgamal_keylength = 512                                                                   
int rsa_keylength = 512                                                                   

Variable Details

algorithms

Type:
dict
Value:
{'elgamal': <module 'g4ds.algorithms.elgamalalgorithm' from '/home/mic\
hael/programming/project/g4ds/algorithms/elgamalalgorithm.pyc'>,
 'rsa': <module 'g4ds.algorithms.rsaalgorithm' from '/home/michael/pro\
gramming/project/g4ds/algorithms/rsaalgorithm.pyc'>}                   

default_algorithm

Type:
str
Value:
'rsa'                                                                  

elgamal_keylength

Type:
int
Value:
512                                                                   

rsa_keylength

Type:
int
Value:
512                                                                   

Generated by Epydoc 2.0 on Sat Oct 22 22:52:47 2005 http://epydoc.sf.net