GMObjC.h 443 B

123456789101112131415161718
  1. // Created by lifei on 2019/8/2.
  2. // Copyright © 2019 lifei. All rights reserved.
  3. /**
  4. * GMSm2Utils SM2 非对称加解密及签名验签,ECDH密钥协商
  5. * GMSm3Utils SM3 摘要提取
  6. * GMSm4Utils SM4 对称加解密,含ECB和CBC模式
  7. * GMUtils 工具类,16进制编码解码等
  8. */
  9. #ifndef GMObjC_h
  10. #define GMObjC_h
  11. #import "GMUtils.h"
  12. #import "GMSm2Utils.h"
  13. #import "GMSm3Utils.h"
  14. #import "GMSm4Utils.h"
  15. #endif /* GMSm_h */