From: Michael Gernoth Date: Fri, 11 Sep 2015 11:10:46 +0000 (+0200) Subject: README: add acknowledgment for AES implementation X-Git-Tag: v0.102~10 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/hmcfgusb/commitdiff_plain/e0f1c514a43cd104f406f25ef15a0f3fad750035?hp=a35fe7d9aaf069583ab36f8b52e781365b1b1280;ds=sidebyside README: add acknowledgment for AES implementation --- diff --git a/README.md b/README.md index ee77bc0..f16da3f 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,12 @@ The options `-C`, `-D` and `-K` can be used to send a device to the bootloader automatically without manually rebooting the device while pressing buttons. +**Acknowledgments:** +flash-ota uses the public domain [AES implementation by Brad Conte][] for answering +signing-requests with culfw-devices. + [eQ-3]: http://www.eq-3.de/downloads.html [culfw]: http://culfw.de/culfw.html [CUL]: http://busware.de/tiki-index.php?page=CUL [COC]: http://busware.de/tiki-index.php?page=COC +[AES implementation by Brad Conte]: https://github.com/B-Con/crypto-algorithms