from secretsharing import PlaintextToHexSecretSharer as ssssfrom secretsharing import SecretSharerfrom secretsharing import base64_chars
I want to share Custom formats secrets, but Python3 told me
Traceback (most recent call last):File "E:\python\exp.py", line 3, in <module>from secretsharing import base64_charsImportError: cannot import name 'base64_chars'
from secretsharing import PlaintextToHexSecretSharer as ssss
from secretsharing import SecretSharer
from secretsharing import base64_chars
I want to share Custom formats secrets, but Python3 told me
Traceback (most recent call last):
File "E:\python\exp.py", line 3, in <module>
from secretsharing import base64_chars
ImportError: cannot import name 'base64_chars'
Can u give me some suggestions?