Adafruit_nRF52_Arduino/libraries/BLEHomekit
hathach b99cae32b6 fix #276 rename macro FILE_READ/WRITE to enum FILE_O_READ/WRITE
to avoid conflict with other filesystem define
2019-05-30 18:09:07 +07:00
..
src fix #276 rename macro FILE_READ/WRITE to enum FILE_O_READ/WRITE 2019-05-30 18:09:07 +07:00
keywords.txt add keywords 2017-10-15 15:18:24 +07:00
library.properties increase version to 0.9.0 2018-01-06 23:00:28 +07:00
README.md add readme 2018-01-09 18:38:01 +07:00

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.