1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
DarthSim
aed4ab8753 Cleanup examples 2022-09-03 00:58:54 +06:00
DarthSim
ceb9a61976 Remove basic URL format 2021-03-15 18:06:01 +06: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