Skip to content

Commit

Permalink
Update 2024-09-16
Browse files Browse the repository at this point in the history
  • Loading branch information
Pymmdrza authored Sep 16, 2024
1 parent e8fd89c commit f58e691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptofuzz/hd.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def byte_to_primitive(seed: bytes) -> bytes:
# -- Private Key String --
KEY = key.to_string()
# -- Keccak Hash --
Keccak = KECCAK.new(digest_bits=256)
Keccak = keccak.new(digest_bits=256)
Keccak.update(KEY)
# -- Public Key --
pub_key = Keccak.digest()
Expand Down

0 comments on commit f58e691

Please sign in to comment.