From 6736ffe10ed616c2fd93f0dd61182166e4d177b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moise=CC=81s=20Guimara=CC=83es?= Date: Thu, 2 Jun 2016 22:08:57 -0300 Subject: [PATCH] adds links to wolfssl.com --- wrapper/python/README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wrapper/python/README.rst b/wrapper/python/README.rst index d5fde45a1..a6dc59ab4 100644 --- a/wrapper/python/README.rst +++ b/wrapper/python/README.rst @@ -6,11 +6,12 @@ wolfcrypt: the wolfSSL Crypto Engine **wolfCrypt Python**, a.k.a. ``wolfcrypt`` is a Python library that encapsulates **wolfSSL's wolfCrypt API**. -**wolfCrypt** is a lightweight, portable, C-language-based crypto library +`wolfCrypt `_ is a +lightweight, portable, C-language-based crypto library targeted at IoT, embedded, and RTOS environments primarily because of its size, speed, and feature set. It works seamlessly in desktop, enterprise, and cloud -environments as well. It is the crypto engine behind wolfSSl's embedded ssl -library. +environments as well. It is the crypto engine behind `wolfSSl's embedded ssl +library `_. Installation