[Seed](https://github.com/maciejhirsz/tiny-bip39/blob/master/src/seed.rs#L21) contains sensitive data that can remain in memory even after it is dropped. for that reason, such data should be zeroized.