Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 16d11bc

Browse files
committed
Update Python Files
1 parent df6b1ea commit 16d11bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lu77U_SHA256/Main_Class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from Right_Rotator import RightRotator
1+
from lu77U_SHA256.Right_Rotator import RightRotator
22

33
class MainClass:
44
K = [

lu77U_SHA256/Padded_Parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import struct
2-
from Right_Rotator import RightRotator
2+
from lu77U_SHA256.Right_Rotator import RightRotator
33

44
class InputParser:
55
def __init__(self, input_data):

0 commit comments

Comments
 (0)