2015-08-20 11:27:15 -04:00
|
|
|
"""
|
|
|
|
Classes and functions used to create and download LBRY Files.
|
|
|
|
|
|
|
|
LBRY Files are Crypt Streams created from any regular file. The whole file is read
|
|
|
|
at the time that the LBRY File is created, so all constituent blobs are known and
|
|
|
|
included in the stream descriptor file.
|
2016-12-13 17:16:12 -06:00
|
|
|
"""
|