cryptonas/src/cryptobox/core/__init__.py
lars 35a6570a52 improved implementation of blockdevice cache
added UUID detection for blockdevices
changed interface of cryptobox.core.container and cryptobox.core.main for new blockdevice detection
 * beware: the change is not finished - the cryptobox is not working properly for now
2007-08-17 11:25:51 +00:00

8 lines
151 B
Python

"""Core management functions of the CryptoBox.
"""
__revision__ = "$Id$"
__all__ = [ 'main', 'container', 'exceptions', 'blockdevice', 'settings' ]