dcrypt.streamcipher.streamcipher

Undocumented in source.

Members

Classes

StreamCipherWrapper
class StreamCipherWrapper(T)
Undocumented in source.

Functions

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

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

Interfaces

IStreamCipher
interface IStreamCipher
Undocumented in source.

Templates

isStreamCipher
template isStreamCipher(T)

Test if struct is a stream cipher.

Meta