glfs/general/prog/pycryptodome.xml

120 lines
3.5 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY pycryptodome-download-http "https://github.com/Legrandin/pycryptodome/archive/v&pycryptodome-version;/pycryptodome-&pycryptodome-version;.tar.gz">
<!ENTITY pycryptodome-download-ftp " ">
<!ENTITY pycryptodome-md5sum "16c108ba836802808487db2765dc365a">
<!ENTITY pycryptodome-size "15 MB">
<!ENTITY pycryptodome-buildsize "52 MB">
<!ENTITY pycryptodome-time "0.1 SBU">
]>
<!-- Begin pycryptodome -->
<sect2 id="pycryptodome" xreflabel="PyCryptodome-&pycryptodome-version;">
<title>PyCryptodome-&pycryptodome-version;</title>
<indexterm zone="pycryptodome">
<primary sortas="a-pycryptodome">pycryptodome</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to the PyCryptodome Module</title>
<para>
<application>PyCryptodome</application> is a collection of both secure
hash functions (such as SHA256 and RIPEMD160), and various encryption
algorithms (AES, DES, RSA, ElGamal, etc.), and is a drop-in replacement
for PyCrypto.
</para>
2022-02-19 11:48:44 +08:00
&lfs111_checked;
<bridgehead renderas="sect4">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&pycryptodome-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&pycryptodome-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &pycryptodome-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &pycryptodome-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &pycryptodome-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &pycryptodome-time;
</para>
</listitem>
</itemizedlist>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/pycryptodome"/>
</para>
</sect3>
<sect3 role="installation">
<title>Installation of PyCryptodome</title>
<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
<para>
To build <application>PyCryptodome</application> as a Python 3
module, run the following command:
</para>
<screen><userinput>python3 setup.py build</userinput></screen>
<para>
To install the module, run the following command as the
<systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
</sect3>
<sect3 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
None
</seg>
<seg>
/usr/lib/python&python3-majorver;/site-packages/pycryptodome-&pycryptodome-version;-py&python3-majorver;.egg
</seg>
</seglistitem>
</segmentedlist>
</sect3>
</sect2>