This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
Shellmiao
/
FateWithShellmiaoComment
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
9279d1873b
Branches
Tags
master
FateWithShel...
/
Fate
/
python
/
federatedml
/
ensemble
/
test
/
hack_encrypter.py
hack_encrypter.py
119 B
Histórico
Raw
1
2
3
4
5
6
7
class HackDecrypter():
def encrypt(self, val):
return val
def decrypt(self, val):
return val