8000 GitHub - suniel/HMAC: Swift 实现散列消息身份验证码算法 (HMAC: keyed-Hash Message Authentication Code)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ HMAC Public
forked from wzso/HMAC

Swift 实现散列消息身份验证码算法 (HMAC: keyed-Hash Message Authentication Code)

License

Notifications You must be signed in to change notification settings

suniel/HMAC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HMAC

Swift 实现散列消息身份验证码算法 (HMAC: keyed-Hash Message Authentication Code)

维基百科

用法

  • 创建一个 bridging header, 导入 <CommonCrypto/CommonCrypto.h>
  • 在 Targets->Build Settings->Objective-C-Bridging-Header 添加 header 路径;

About

Swift 实现散列消息身份验证码算法 (HMAC: keyed-Hash Message Authentication Code)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 87.7%
  • Objective-C 12.3%
0