crypto/weakcrypto/test/tpadding/scripts/tpaddingnone.ini
author Santosh Patil <santosh.v.patil@nokia.com>
Wed, 08 Jul 2009 11:25:26 +0100
changeset 0 2c201484c85f
permissions -rw-r--r--
Move the Security package to EPL, and add the implementations of the cryptographic algorithms

//correct Block size.
[PaddingNone]
blocksize=512

// InValid Block Size
[Zero_BlockSize]
blocksize=0

// InValid Block Size
[Negative_BlockSize]
blocksize=-1