On this page:
Crypto:   Cryptographic Operations
1.1

Crypto: Cryptographic Operations

Ryan Culpepper <ryanc@racket-lang.org>

 (require crypto) package: crypto-lib

This library provides an interface for cryptographic operations, including message digests, symmetric-key encryption, and public-key signatures, encryption, and key agreement.

Development Development of this library is hosted by GitHub at the following project page:

https://github.com/rmculpepper/crypto

Acknowledgements This library is partly based on the (planet vyzo/crypto) library by Dimitris Vyzovitis.

Copying This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License and GNU Lesser General Public License for more details.