2 "name": "SignalArgon2CAlloc",
4 "summary": "A Swift wrapper around the reference Argon2 implementation without the malloc security warning.",
5 "description": "A Swift wrapper around the reference Argon2 implementation without the malloc security warning using the slower but more secure callow alternative. It also includes the last commits from P-H-C phc-winner-argon2.",
6 "homepage": "https://github.com/charlykno64/Argon2-calloc",
9 "iOS Team": "carlos.cano@ine.mx"
12 "git": "https://github.com/charlykno64/Argon2-calloc.git",
22 "phc-winner-argon2/src/argon2.c",
23 "phc-winner-argon2/src/core.{c,h}",
24 "phc-winner-argon2/src/thread.{c,h}",
25 "phc-winner-argon2/src/encoding.{c,h}",
26 "phc-winner-argon2/src/blake2/blake2.h",
27 "phc-winner-argon2/src/blake2/blake2b.c",
28 "phc-winner-argon2/src/blake2/blake2-impl.h",
29 "phc-winner-argon2/include/**/*.h"
33 "phc-winner-argon2/src/opt.c",
34 "phc-winner-argon2/src/blake2/blamka-round-opt.h"
39 "phc-winner-argon2/src/ref.c",
40 "phc-winner-argon2/src/blake2/blamka-round-ref.h"
45 "phc-winner-argon2/src/ref.c",
46 "phc-winner-argon2/src/blake2/blamka-round-ref.h"
51 "phc-winner-argon2/src/ref.c",
52 "phc-winner-argon2/src/blake2/blamka-round-ref.h"
55 "public_header_files": "phc-winner-argon2/include/**/*.h",
60 "source_files": "ios/tests/**/*.swift"