//! Milksad transform - MT19937 PRNG seeded by input.
//!
//! Simulates weak key generation using Mersenne Twister with predictable seeds.
//! This reproduces the vulnerability found in Libbitcoin Explorer (bx) where
//! keys were generated using MT19937 with weak 32-bit seeds.
use Mt;
use ;
;