Is hashing random numbers generated from a TRNG enough to create a key?
Basically taking the output of something like a Lavarand and pass that through a hash function like sha-2.
I guess at the end of the day the core of my question is, can an hash function be used as a pseudorandom number generator?