close
Zeros out the internal seed for security.
Call this method when the mnemonic instance is no longer needed to minimize the time sensitive key material remains in memory.
After calling close(), the mnemonic instance becomes unusable. Any attempt to derive keys will produce invalid results.
Note: Due to Kotlin/JVM garbage collection, this provides best-effort cleanup but cannot guarantee immediate removal from memory.