You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: