0x80 = 128
What are you parameters?
Like these?
start_key = 1
num_public_keys = 2**32
bits_to_store = 64
bytes_to_store = bits_to_store//8
rate_of_key_to_generate = 2**20
No I had 128 as per your original script instead of 2**20. I think I am not understanding how all these variables interact or when to change them.
I changed to 2**20 and 0x82 (130) works.
I will study some more. Thank you