from fastgm import SM4 key = b'1' * 16 # key为16位bytes数组 data = b'helloworld' # 待加密内容 sm4 = SM4(key, padding='pkcs7') # 初始化, padding可选zero ...
cython_bbox is widely used in object detection tasks. To my best knowledge, it was first implemented in Faster-RCNN. Since then, almost all object detection projects use the source code directly.