From 7089d95196944f393a0f82b554a5dd34f3f39d20 Mon Sep 17 00:00:00 2001 From: Davy Landman Date: Sun, 9 Aug 2015 12:27:14 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a5a4f4..97b151d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Arduino AESLib ============== -This project is just an Arduino ready extract from the AVR-Crypto-Lib. +This project is just an Arduino ready extract from the [AVR-Crypto-Lib](https://github.com/cantora/avr-crypto-lib). It only packages the ASM implementations of AES into a library ready to use in Arduino IDE.