Skip to content

benoit-pereira-da-silva/HMAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HMAC

Swift 4 Platform

A common crypto wrapper that enables to easily create HMAC hexadecimal digests.

Usage

Adds String and Dataextension to enable to create a digest simply call :

"the string content".md5
"the string content".sha1
data.sha512
...

Install

  • use the swift package manager on mac OS & Linux
  • use a submodule in git on macOS, iOS, tvOS