SatoshiPortal / boltz-rust

Boltz client rust crate
https://docs.boltz.exchange
30 stars 19 forks source link

Use a stronger RNG to generate the preimage #6

Closed i5hi closed 9 months ago

i5hi commented 9 months ago

We currently use thread_rng to create the preimage; Use something more cryptographically strong like OsRng? Or something else...