mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-09 16:19:03 +08:00
10 lines
195 B
Python
10 lines
195 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
BIP 0038
|
|
~~~~~
|
|
|
|
:copyright: (c) 2014 by Halfmoon Labs
|
|
:license: MIT, see LICENSE for more details.
|
|
"""
|
|
|
|
from .bip38 import bip38_decrypt, bip38_encrypt |