An open API service indexing awesome lists of open source software.

https://github.com/openairplay/airplayauth-objc

AirPlayAuth-ObjC
https://github.com/openairplay/airplayauth-objc

airplay

Last synced: 4 months ago
JSON representation

AirPlayAuth-ObjC

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)