fork of boring2 with prefix patch
Go to file
Erick Tryzelaar a9ce2a36d5 Switch over to rustpkg 2013-12-18 08:51:10 -08:00
src/crypto Switch over to rustpkg 2013-12-18 08:51:10 -08:00
.gitignore Switch over to rustpkg 2013-12-18 08:51:10 -08:00
.travis.yml Switch over to rustpkg 2013-12-18 08:51:10 -08:00
Makefile Switch over to rustpkg 2013-12-18 08:51:10 -08:00
README.md Add CTR and GCM support 2013-03-12 19:34:14 +01:00
manifest.json manifest: Add license. 2011-12-15 21:43:44 -05:00

README.md

This package provides Rust bindings for the functionality exposed by OpenSSL's libcrypto. OpenSSL 1.0.1 or higher is required. Currently provided:

  • Hash functions (hash.rs)
    • SHA-512, SHA-384, SHA-256, SHA-224
    • SHA-1
    • MD5
  • Symmetric crypto (symm.rs)
    • AES-128 and AES-256 (ECB, CBC, CTR or GCM mode)
    • RC4-128
  • RSA (pkey.rs)
    • Encryption with PKCS #1 OAEP padding or PKCS #1 v1.5 padding
    • Signatures with PKCS #1 v1.5 padding and any supported hash