Files
annotations/Azaion.Inference/security.pxd
T
2025-02-06 10:48:03 +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)