#HostError: Error(Value, UnexpectedSize)
4 messages · Page 1 of 1 (latest)
Looks like the length of the Bytes for the seed needs to be 32. That's an undocumented gotcha. Should be documented or better yet BytesN<32>
yeah, feel free to open an issue (or even making a PR should be easy enough)
The "UnexpectedSize" error occurs because the size of the BytesObject passed to prng_reseed doesn't match the expected size for a seed, which seems to be defined by prng::SEED_BYTES.