Project is now named Celeste

This commit is contained in:
Emile Clark-Boman 2025-07-06 19:20:20 +10:00
parent 87917f9526
commit 269092fb53
45 changed files with 1507 additions and 12 deletions

View file

@ -8,7 +8,7 @@ from math import ceil
from Crypto.Cipher import AES
from imp.math.util import xor_bytes
from celeste.math.util import xor_bytes
class StepUpCounter(object):
def __init__(self, step_up=False):