1Gcrypt.openCipher(3kaya)     Kaya module reference    Gcrypt.openCipher(3kaya)
2
3
4

NAME

6       Gcrypt::openCipher - Open a cipher handle
7

SYNOPSIS

9       CipherHandle  openCipher(  Cipher  algo, CipherMode mode, [CipherFlags]
10       flags=createArray(1) )
11

ARGUMENTS

13       algo The cipher algorithm to use
14
15       mode The cipher mode to use
16
17       flags The flags to use
18

DESCRIPTION

20       Open a cipher handle to be used in cipher operations.
21

AUTHORS

23       Kaya  standard  library  by  Edwin  Brady,  Chris  Morris  and   others
24       (kaya@kayalang.org). For further information see http://kayalang.org/
25

LICENSE

27       The  Kaya  standard  library  is free software; you can redistribute it
28       and/or modify it under the terms  of  the  GNU  Lesser  General  Public
29       License  (version  2.1  or  any later version) as published by the Free
30       Software Foundation.
31
33       Gcrypt.CipherFlags (3kaya)
34       Gcrypt.CipherHandle (3kaya)
35       Gcrypt.closeCipher (3kaya)
36       Gcrypt.decrypt (3kaya)
37       Gcrypt.decryptString (3kaya)
38       Gcrypt.encrypt (3kaya)
39       Gcrypt.encryptString (3kaya)
40       Gcrypt.setCipherIVec (3kaya)
41       Gcrypt.setCipherKey (3kaya)
42
43
44
45Kaya                             December 2010        Gcrypt.openCipher(3kaya)
Impressum