mvondracek/PA193_mnemonic_Slytherin

View on GitHub
pa193mnemonicslytherin/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
#
# BIP39 Mnemonic Phrase Generator and Verifier
#
# Secure Coding Principles and Practices (PA193)  https://is.muni.cz/course/fi/autumn2019/PA193?lang=en
# Faculty of Informatics (FI)                     https://www.fi.muni.cz/index.html.en
# Masaryk University (MU)                         https://www.muni.cz/en
#
# Team Slytherin: @sobuch, @lsolodkova, @mvondracek.
#
# 2019
#
from .mnemonic import generate, recover, verify
from .mnemonic import Entropy, Mnemonic, Seed