dcrypt.crypto.streamcipher

Undocumented in source.

Public Imports

dcrypt.crypto.params.keyparameter
public import dcrypt.crypto.params.keyparameter;
Undocumented in source.

Members

Classes

StreamCipherWrapper
class StreamCipherWrapper(T)
Undocumented in source.

Functions

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

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

Interfaces

StreamCipher
interface StreamCipher
Undocumented in source.

Templates

isStreamCipher
template isStreamCipher(T)

test if struct is a stream cipher

Meta