Prepare rustcrypto to merge into rust-openssl
This commit is contained in:
parent
85e6d1db12
commit
53e11b08f5
|
|
@ -1,9 +0,0 @@
|
||||||
*.sw[po]
|
|
||||||
*.dylib
|
|
||||||
*.so
|
|
||||||
*.dSYM/
|
|
||||||
/.rust
|
|
||||||
/bin/
|
|
||||||
/build/
|
|
||||||
/lib/
|
|
||||||
/src/crypto/crypto
|
|
||||||
13
README.md
13
README.md
|
|
@ -1,13 +0,0 @@
|
||||||
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
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"uuid": "38297409-b4c2-4499-8131-a99a7e44dad3",
|
|
||||||
"name": "rustcrypto",
|
|
||||||
"install": "git://github.com/elly/rustcrypto",
|
|
||||||
"license": "apache-2.0"
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue