harningt / atomun-mnemonic

Java component library containing mnemonic<->byte logic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Determine standard interface

harningt opened this issue · comments

With bidirectional simple mnemonic systems, the API is simple.

Other mnemonic systems are more complicated and may have version data and password support.

Addressed in 9109f12 by offering a system that allows the following information flows where possible:

  • entropy + optional additional data -> mnemonic
  • mnemonic -> entropy + optional additional data
  • mnemonic + optional password -> seed + optional additional data