In tests, you use an [8-byte array](https://github.com/DaGenix/rust-crypto/blob/master/src/blowfish.rs#L354). I want to generate one randomly. Is there any recommendation or other crate to generate safe random keys for Blowfish?
In tests, you use an 8-byte array.
I want to generate one randomly.
Is there any recommendation or other crate to generate safe random keys for Blowfish?