dcrypt.streamcipher.streamcipher

Members

Classes

StreamCipherWrapper
class StreamCipherWrapper(T)

Functions

streamCipherTest
void streamCipherTest(IStreamCipher c, string[] keys, string[] plaintexts, string[] ciphertexts, string[] ivs = null)

Use this to test a stream cipher with multiple keys, plaintexts and ivs.

Interfaces

IStreamCipher
interface IStreamCipher

Templates

isStreamCipher
template isStreamCipher(T)

Test if struct is a stream cipher.

Meta