1Gcrypt.setCipherIVec(3kaya) Kaya module reference Gcrypt.setCipherIVec(3kaya)
2
3
4
6 Gcrypt::setCipherIVec - Set the cipher initialisation vector
7
9 Void setCipherIVec( CipherHandle h, IVec key )
10
12 h The cipher handle
13
14 key The initialisation vector
15
17 Sets the cipher initialisation vector. The length of the vector depends
18 on the cipher algorithm, and can be found with Gcrypt.cipherBlockLength
19 [1m(3kaya)
20 Unlike the key, the initialisation vector does not need to be secret.
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
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.CipherHandle (3kaya)
34 Gcrypt.cipherBlockLength (3kaya)
35 Gcrypt.closeCipher (3kaya)
36 Gcrypt.decrypt (3kaya)
37 Gcrypt.decryptString (3kaya)
38 Gcrypt.encrypt (3kaya)
39 Gcrypt.encryptString (3kaya)
40 Gcrypt.openCipher (3kaya)
41 Gcrypt.setCipherKey (3kaya)
42
43
44
45Kaya December 2010 Gcrypt.setCipherIVec(3kaya)