Skip to content

Commit

Permalink
改名:kgmmaskutils.py -> kgmvprmaskutils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nukemiko committed Oct 25, 2022
1 parent 5da3afe commit 07471b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libtakiyasha/kgmvpr/kgmvprdataciphers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from typing import Generator, TypedDict

from .kgmmaskutils import make_maskstream, xor_half_lower_byte
from .kgmvprmaskutils import make_maskstream, xor_half_lower_byte
from ..common import StreamCipherSkel
from ..typedefs import BytesLike, IntegerLike
from ..typeutils import CachedClassInstanceProperty, tobytes, toint_nofloat
Expand Down
File renamed without changes.

0 comments on commit 07471b0

Please sign in to comment.