nucypher/nkms/storage/header.py

10 lines
292 B
Python
Raw Normal View History

2017-09-14 18:21:04 +00:00
class Header(object):
def __init__(self, header_path=None):
"""
Initializes a header object that contains metadata about a storage
object (ie: EncryptedFile)
:param bytes/string header_path: Path to the file containing the header
"""
pass