1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-02 11:34:20 +02:00
Mikuláš Dítě bc0f79869c Add swift signing example
HMAC is slightly complex as it was not yet ported to pure Swift

Can be complied and run as

  echo '#import <CommonCrypto/CommonCrypto.h>' > bridge.h
  swiftc examples/signature.swift -import-objc-header bridge.h
  ./signature
2017-10-27 18:30:19 +02:00
..
2017-09-29 11:06:07 +10:00
2017-07-04 19:17:52 +06:00
2017-09-29 10:13:40 +02:00
2017-09-30 07:09:23 +08:00
2017-07-04 19:17:52 +06:00
2017-10-27 18:30:19 +02:00