adds links to wolfssl.com

This commit is contained in:
Moisés Guimarães
2016-06-02 22:08:57 -03:00
parent a76291c2e2
commit 6736ffe10e

View File

@@ -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 <https://wolfssl.com/wolfSSL/Products-wolfcrypt.html>`_ 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 <https://wolfssl.com/wolfSSL/Products-wolfssl.html>`_.
Installation