Skip to content

Commit a6fc5ff

Browse files
committed
🗓 Aug 26, 2025 6:30:30 PM
🐙 plugins updated 🐛 fix some type issues
1 parent 7d018b6 commit a6fc5ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

chepy/modules/encryptionencoding.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class EncryptionEncoding(ChepyCore):
6969
def railfence_encode(self: EncryptionEncodingT, key: Union[int, str]=2, offset: Union[int, str]=0) -> EncryptionEncodingT: ...
7070
def railfence_decode(self: EncryptionEncodingT, key: Union[int, str]=2, offset: Union[int, str]=0) -> EncryptionEncodingT: ...
7171
def gpp_decrypt(self: EncryptionEncodingT) -> EncryptionEncodingT: ...
72-
def php_encrypt(self: EncryptionEncodingT, passphrase: Union[str, bytes], armoured: bool=False) -> EncryptionEncodingT: ...
73-
def php_decrypt(self: EncryptionEncodingT, passphrase: Union[str, bytes], armoured: bool=False) -> EncryptionEncodingT: ...
72+
def pgp_encrypt(self: EncryptionEncodingT, passphrase: Union[str, bytes], armoured: bool=False) -> EncryptionEncodingT: ...
73+
def pgp_decrypt(self: EncryptionEncodingT, passphrase: Union[str, bytes], armoured: bool=False) -> EncryptionEncodingT: ...
7474
def to_zeckendorf(self: EncryptionEncodingT, space_delim: Union[str, bytes] = ".", byte_delim: Union[str, bytes] = "|") -> EncryptionEncodingT: ...
7575
def from_zeckendorf(self: EncryptionEncodingT, space_delim: Union[str, bytes] = ".", byte_delim: Union[str, bytes] = "|") -> EncryptionEncodingT: ...

0 commit comments

Comments
 (0)