monero-ecosystem / monero-python

A comprehensive Python module for handling Monero cryptocurrency
BSD 3-Clause "New" or "Revised" License
245 stars 79 forks source link

Seed class for managing mnemonic word and hex secrets #10

Closed lalanza808 closed 6 years ago

lalanza808 commented 6 years ago

Need to be able to interact with secret seeds as either a hexadecimal string or 12/24 word mnemonic seed (or 13/25 with checksums). Do the proper math to be able to convert them in accordance with Monero's c++ implementation of it.

lalanza808 commented 6 years ago

Keeping this issue open since I still want to add this new class to documentation

lalanza808 commented 6 years ago

All good here