adds links to wolfssl.com
parent
ab12248528
commit
5585f480e2
|
|
@ -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’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’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’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’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
Loading…
Reference in New Issue