forked from marcomaggi/industria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
27 lines (21 loc) · 1.01 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
-*- mode: outline; coding: utf-8 -*-
* SUMMARY
Industria is a collection of portable R6RS Scheme libraries for
cryptography (AES, HMAC, SHA-1, SHA-2, RSA, DSA, ECDSA, etc.), zlib/xz
decompression, disassemblers for various machine architectures,
Off-The-Record messaging, bytevector pack/unpack syntax, TLS connections
via custom binary ports, Secure Shell, and a few more things.
Here is Industria's website: <https://weinholt.se/industria/>.
* DOCUMENTATION
The latest manual is available online at
<https://weinholt.se/industria/manual/>.
The sources for the manual are available in Texinfo format in the
documentation directory. Use these commands from that directory to
build the manual:
makeinfo industria.texinfo # info format
makeinfo --plaintext industria.texinfo # text format
makeinfo --no-split --html industria.texinfo # html format
texi2pdf industria.texinfo # pdf format
* LICENSING
Industria is available under the MIT license. See the file LICENSE.txt
for details.