https://github.com/openairplay/airplayauth-objc
AirPlayAuth-ObjC
https://github.com/openairplay/airplayauth-objc
airplay
Last synced: 4 months ago
JSON representation
AirPlayAuth-ObjC
- Host: GitHub
- URL: https://github.com/openairplay/airplayauth-objc
- Owner: openairplay
- Created: 2017-06-02T09:08:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T11:56:56.000Z (almost 8 years ago)
- Last Synced: 2024-11-20T12:46:43.736Z (5 months ago)
- Topics: airplay
- Language: C
- Homepage:
- Size: 4.6 MB
- Stars: 12
- Watchers: 7
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AirPlayAuth-ObjC
The goal of this project is to implement the Apple TV Device Verification in Objective-C.
## Requirements
- Xcode 8.3+
## Acknowledgments
- [AirPlayAuth](https://github.com/funtax/AirPlayAuth)
- [atv_verification](https://github.com/ejurgensen/atv_verification)
- [csrp](https://github.com/hoccer/csrp)
- [curve25519-donna](https://github.com/agl/curve25519-donna/tree/master)
- [ed25519](https://github.com/orlp/ed25519)
- [AesGcm](https://github.com/indisoluble/AesGcm)