Files
annotations/Azaion.AI/security.pxd
T
2025-01-20 10:17:35 +02:00

9 lines
182 B
Cython

cdef class Security:
@staticmethod
cdef encrypt_to(input_stream, key)
@staticmethod
cdef decrypt_to(input_stream, key)
@staticmethod
cdef calc_hash(str key)