I am trying to use the HMAC function in a swift package but it does not work it only works in standard view controller style packages.
let hash = HMAC<Insecure.SHA1>.authenticationCode(for: counterData, using: SymmetricKey(data: secret))
2
0
923