I think there is still a use where you want to initialize the RNG so that it produces a predictable output. Typically, before the API change, it was possible to initialize the RNG with Fortuna and a seed. I think that this type of usage is still valid and that the deprecation on Mirage_crypto_unix.initialize should be removed. WDYT?
I think there is still a use where you want to initialize the RNG so that it produces a predictable output. Typically, before the API change, it was possible to initialize the RNG with
Fortunaand a seed. I think that this type of usage is still valid and that the deprecation onMirage_crypto_unix.initializeshould be removed. WDYT?