adds links to wolfssl.com

gh-pages
Moisés Guimarães 2016-06-02 22:09:49 -03:00
parent ab12248528
commit 5585f480e2
2 changed files with 5 additions and 4 deletions

View File

@ -134,11 +134,12 @@
<h1>wolfcrypt: the wolfSSL Crypto Engine<a class="headerlink" href="#wolfcrypt-the-wolfssl-crypto-engine" title="Permalink to this headline"></a></h1>
<p><strong>wolfCrypt Python</strong>, a.k.a. <code class="docutils literal"><span class="pre">wolfcrypt</span></code> is a Python library that encapsulates
<strong>wolfSSL&#8217;s wolfCrypt API</strong>.</p>
<p><strong>wolfCrypt</strong> is a lightweight, portable, C-language-based crypto library
<p><a class="reference external" href="https://wolfssl.com/wolfSSL/Products-wolfcrypt.html">wolfCrypt</a> 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&#8217;s embedded ssl
library.</p>
environments as well. It is the crypto engine behind <a class="reference external" href="https://wolfssl.com/wolfSSL/Products-wolfssl.html">wolfSSl&#8217;s embedded ssl
library</a>.</p>
<div class="section" id="installation">
<h2>Installation<a class="headerlink" href="#installation" title="Permalink to this headline"></a></h2>
<p>In order to use <code class="docutils literal"><span class="pre">wolfcrypt</span></code>, first you&#8217;ll need to install <code class="docutils literal"><span class="pre">wolfssl</span></code> C

File diff suppressed because one or more lines are too long