-
-
28 Dec 2002 20:52:28 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (9 / 10 / 1)
- Kwalitee
Bus factor: 0- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (11.24KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.3
- GCrypt.xs: Rename blksize attribute to blklen throughout for conformity. (GCrypt_Cipher): Add keylen attribute. (gcry_cipher_new): Initialise it here. (gcry_cipher_setkey): Use it to pad or truncate key as needed. (gcry_cipher_sync, gcry_cipher_keylen, gcry_cipher_blklen, gcry_cipher_DESTROY): New functions.
- t/1.t: Test the keylen and blklen methods on the various ciphers. Replace one aes application with twofish to get more cipher variety.
- GCrypt.pm: Describe sync, keylen and blklen. Try to explain the modes a bit.
Modules
Perl interface to the GNU Crypto libraryOther files
Module Install Instructions
To install GCrypt, copy and paste the appropriate command in to your terminal.
cpanm GCrypt
perl -MCPAN -e shell install GCrypt
For more information on module installation, please visit the detailed CPAN module installation guide.