From 4b7e5efbf5b8b2d4a41f5fa00cfde29c26b6f0be Mon Sep 17 00:00:00 2001 From: Peter Schwabe Date: Fri, 11 Jan 2019 01:44:56 +0100 Subject: [PATCH] Small fix to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 650a9c7c..2e19d54b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The goal of PQClean is to provide *standalone implementations* that * can easily be integrated into libraries such as [liboqs](https://openquantumsafe.org/#liboqs) or [libpqcrypto](https://libpqcrypto.org/); * can efficiently upstream into higher-level protocol integration efforts such as [Open Quantum Safe](https://openquantumsafe.org/#integrations); * can easily be integrated into benchmarking framworks such as [SUPERCOP](https://bench.cr.yp.to/supercop.shtml); -* can easily be integrated into framworks targeting embedded platforms such as [https://github.com/mupq/pqm4][pqm4]; +* can easily be integrated into framworks targeting embedded platforms such as [pqm4](https://github.com/mupq/pqm4); * are suitable starting points for architecture-specific optimized implementations; * are suitable starting points for evaluation of implementation security; and * are suitable targets for formal verification.