libtomcrypt 1.18.2
Cryptographic toolkit
LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.
- Outputs:
out
,static
- Website: https://www.libtom.net/LibTomCrypt/
- Licenses: Unlicense
- Package source: gnu/packages/multiprecision.scm
- Builds: See build status
- Issues: See known issues
Installation
Install libtomcrypt 1.18.2
as follows:
guix install libtomcrypt@1.18.2
Or install the latest version:
guix install libtomcrypt
The libtomcrypt
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install libtomcrypt:static
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.