Libraries
»
sjcl
(1.0.1)
»
Index
»
SJCL
»
Cipher
»
AES
»
#decrypt
Method: SJCL::Cipher::AES#decrypt
Defined in:
lib/sjcl/aes.rb
#
decrypt
(data) ⇒
Object
56 57 58
# File 'lib/sjcl/aes.rb', line 56
def
decrypt
(
data
)
crypt
(
data
,
1
)
end