mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 13:06:31 +00:00
move python inference to Azaion.Inference folder
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
cdef class Security:
|
||||
@staticmethod
|
||||
cdef encrypt_to(input_stream, key)
|
||||
|
||||
@staticmethod
|
||||
cdef decrypt_to(input_stream, key)
|
||||
|
||||
@staticmethod
|
||||
cdef calc_hash(str key)
|
||||
Reference in New Issue
Block a user