aboutsummaryrefslogtreecommitdiffstats
path: root/arduino/libraries/BLEHomekit/README.md
blob: 341d4194967adcc3cc04cffd2134b3273266a11a (plain)
1
2
3
4
5
6
7
8
9
10
11
# Thanks

I want to thank a number of projects which made this possible:

1. https://github.com/aanon4/HomeKit - which provides reference implementation of homekit security on nrf5x
2. http://tweetnacl.cr.yp.to - which provides the compact eliptical curve implementations, as well as the sha512 hash.
3. https://github.com/ARMmbed/mbedtls - which provides the core multi-precission math routines used in the SRP implementation.
4. http://munacl.cryptojedi.org/ - which provides the ARM Cortex-M0 optimized Curve25519 implementation and fast multiply routines.