7 "homepage": "https://github.com/FredericJacobs/25519",
8 "preserve_paths": "Sources/ed25519/**/*.{c,h}",
10 "Frederic Jacobs": "github@fredericjacobs.com"
12 "summary": "Objective-C wrapper over Curve25519 & Ed25519 that does signing, verification, key generation, and key agreement with Curve25519 keys.",
14 "git": "https://github.com/FredericJacobs/25519.git",
19 "Sources/ed25519/*.{c,h}Sources/Curve25519/curve25519-donna.c",
20 "Sources/ed25519/*.{c,h}",
21 "Sources/ed25519/additions/*.{c,h}",
22 "Sources/ed25519/sha512/sha2big.{c,h}",
23 "Sources/ed25519/sha512/sph_sha2.h",
24 "Sources/ed25519/nacl_includes/*.{c,h}"
26 "private_header_files": [
27 "Sources/ed25519/*.h",
28 "Sources/ed25519/nacl_includes/*.h",
29 "Sources/ed25519/additions/*.h",
30 "Sources/ed25519/sha512/*.h"
32 "frameworks": "Security",
33 "public_header_files": "Classes/*.h",