Update orchard_sinsemilla.py

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

View File

@ -50,7 +50,7 @@ def expand_message_xmd(msg, dst, len_in_bytes):
bi_input += i2beosp(8, i) + dst_prime
bi_ctx = blake2b(digest_size=64, person=i2beosp(128,0))
bi_ctx = blake2b(digest_size=b_in_bytes, person=i2beosp(128,0))
bi_ctx.update(bi_input)
b.append(bi_ctx.digest())