Skip to content

Commit

Permalink
add release download to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
acagliano committed Oct 25, 2023
1 parent 4ac417a commit dfec9df
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CryptX Library
================
**Industry-Standard Cryptography for the Texas Instruments TI-84+ CE Graphing Calculator**
| **Industry-Standard Cryptography for the Texas Instruments TI-84+ CE Graphing Calculator**
| Latest Release: `download <https://github.com/acagliano/cryptx/releases/latest>`_
.. raw:: html

Expand Down
3 changes: 2 additions & 1 deletion docs/www/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CryptX Library
================
**Industry-Standard Cryptography for the Texas Instruments TI-84+ CE Graphing Calculator**
| **Industry-Standard Cryptography for the Texas Instruments TI-84+ CE Graphing Calculator**
| Latest Release: `download <https://github.com/acagliano/cryptx/releases/latest>`_
.. raw:: html

Expand Down
5 changes: 4 additions & 1 deletion docs/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@

<div class="section" id="cryptx-library">
<h1>CryptX Library<a class="headerlink" href="#cryptx-library" title="Permalink to this headline"></a></h1>
<p><strong>Industry-Standard Cryptography for the Texas Instruments TI-84+ CE Graphing Calculator</strong></p>
<div class="line-block">
<div class="line"><strong>Industry-Standard Cryptography for the Texas Instruments TI-84+ CE Graphing Calculator</strong></div>
<div class="line">Latest Release: <a class="reference external" href="https://github.com/acagliano/cryptx/releases/latest">download</a></div>
</div>
<p style="background:rgba(176,196,222,.5); padding:10px; font-family:Arial; margin:20px 0;"><span style="font-weight:bold;">Cryptography</span> is a specialization within the information security field that deals almost exclusively with protecting data from being read or modified by unauthorized parties. Cryptographic standards are vigorously tested for vulnerabilities and subject to constant analysis and improvement.</p><p><strong>CryptX</strong> is a specialty library designed to provide cryptographic functionality for the TI-84+ CE. It integrates with the <a class="reference external" href="https://github.com/CE-Programming/toolchain">CE C toolchain</a> and allows developers to easily implement cryptography into their projects without needing to worry about low-level implementation details. Distribution as a dynamic library also allows for the library to be updated with new functionality, bug fixes, and vulnerability patches usually without even requiring programs be rebuilt. Just install the new library version on your device and it should be forwards-compatible.</p>
<p><strong>CryptX</strong> was made possible thanks to the work of a number of individuals from the <a class="reference external" href="https://www.cemetech.net/">Cemetech</a> development community. From code contributions to lengthy discussions about ways and means to analysis of hardware behavior, this project would not have evolved into what it became without their support.</p>
<table class="docutils align-default">
Expand Down
2 changes: 1 addition & 1 deletion docs/www/searchindex.js

Large diffs are not rendered by default.

0 comments on commit dfec9df

Please sign in to comment.