Update orchard_sinsemilla.py

Co-authored-by: str4d <jack@z.cash>
This commit is contained in:
Taylor Hornby 2021-04-22 14:31:31 -06:00 committed by GitHub
parent 4e70886918
commit d9750457b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def hash_to_field(msg, dst):
L = cldiv(math.ceil(math.log2(p)) + k, 8)
assert L == 512/8
len_in_bytes = count * 1 * L
len_in_bytes = count * m * L
uniform_bytes = expand_message_xmd(msg, dst, len_in_bytes)
elements = []