From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- openssl/crypto/symm/fn.decrypt.html | 103 ++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 openssl/crypto/symm/fn.decrypt.html (limited to 'openssl/crypto/symm/fn.decrypt.html') diff --git a/openssl/crypto/symm/fn.decrypt.html b/openssl/crypto/symm/fn.decrypt.html new file mode 100644 index 0000000..2a4f6d9 --- /dev/null +++ b/openssl/crypto/symm/fn.decrypt.html @@ -0,0 +1,103 @@ + + + + + + + + + + openssl::crypto::symm::decrypt - Rust + + + + + + + + + + + + + + + +
+

Function openssl::crypto::symm::decrypt + + [] + + [src]

+
pub fn decrypt<T: AsRef<[u8]>>(t: Type, key: &[u8], iv: T, data: &[u8]) -> Vec<u8>

Decrypts data, using the specified crypter type in decrypt mode with the +specified key and iv; returns the resulting (decrypted) data.

+
+ + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3