Gcrypt.3kaya

Langue: en

Version: March 2009 (fedora - 06/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Gcrypt - libgcrypt interface

DESCRIPTION

This module implements an interface to the libgcrypt cryptographic library. It is used by the Crypto(3kaya) library to provide Kaya's application secret key encryption and decryption. As well as cryptographic algorithms, this library also provides several hash algorithms.

TYPE SYNONYMS

IVec = [Int]

Key = [Int]

DATA TYPES

Gcrypt.Cipher(3kaya)

Gcrypt.CipherFlags(3kaya)

Gcrypt.CipherHandle(3kaya)

Gcrypt.CipherMode(3kaya)

Gcrypt.Hash(3kaya)

Gcrypt.HashFlags(3kaya)

Gcrypt.HashHandle(3kaya)

FUNCTIONS

Gcrypt.appIVec(3kaya)

Gcrypt.appKey(3kaya)

Gcrypt.cipherBlockLength(3kaya)

Gcrypt.cipherKeySize(3kaya)

Gcrypt.closeCipher(3kaya)

Gcrypt.closeHash(3kaya)

Gcrypt.decrypt(3kaya)

Gcrypt.decryptString(3kaya)

Gcrypt.encrypt(3kaya)

Gcrypt.encryptString(3kaya)

Gcrypt.finalHash(3kaya)

Gcrypt.getHash(3kaya)

Gcrypt.hashBinary(3kaya)

Gcrypt.hashString(3kaya)

Gcrypt.openCipher(3kaya)

Gcrypt.openHash(3kaya)

Gcrypt.resetHash(3kaya)

Gcrypt.setCipherIVec(3kaya)

Gcrypt.setCipherKey(3kaya)

AUTHORS

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

LICENSE

The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.