Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

marcomaggi/industria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Industria

Industria is a collection of portable R6RS Scheme libraries for cryptography (AES, HMAC, SHA-1, SHA-2, RSA, DSA, ECDSA, etc.), zlib/xz decompression, Off-The-Record messaging, bytevector pack/unpack syntax, TLS connections via custom binary ports, Secure Shell, and a few more things.

The assembler, disassembler and binary format libraries have been moved to the machine-code project.

Current status

This project is being split into smaller projects. See issue #4.

Documentation

The latest released manual is available online.

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