Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Update ed25519.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sudomann authored Feb 24, 2019
1 parent 112b949 commit a5f134e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deploy/ansible/roles/iroha-k8s/files/scripts/ed25519.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
#!/usr/env/python3

from builtins import chr
import builtins
from past.utils import old_div
import sys
import sys, os
if sys.version_info < (3, 6):
from sha3 import sha3_512 as SHA3512
else:
import hashlib

import sys, os

python_version = sys.version_info.major
b = 256
Expand Down

0 comments on commit a5f134e

Please sign in to comment.