mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 17:27:25 +00:00
6 lines
193 B
Python
6 lines
193 B
Python
from lbrynet.cryptoutils import get_lbry_hash_obj
|
|
|
|
MAX_BLOB_SIZE = 2 * 2 ** 20
|
|
|
|
# digest_size is in bytes, and blob hashes are hex encoded
|
|
blobhash_length = get_lbry_hash_obj().digest_size * 2
|