RCE THashAlgorithm, TEncryptionAlgorithm  ClassNMLE API Reference
Rolling TransformKey, Convergent Encryption Message locked encryption implementation providing single pass MLE using rolling keying.
Inheritance Hierarchy

OnlineSystem Object
  NMLE MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm 
    NMLE.RCE RCE THashAlgorithm, TEncryptionAlgorithm 

Namespace: NMLE.RCE
Assembly: NMLE (in NMLE.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public sealed class RCE<THashAlgorithm, TEncryptionAlgorithm> : MessageLockedAlgoritm<THashAlgorithm, TEncryptionAlgorithm>
where THashAlgorithm : new(), HashAlgorithm 
where TEncryptionAlgorithm : new(), SymmetricAlgorithm
Type Parameters

THashAlgorithm
The hash algorythm used to produce the keys used to encrypt the message.
TEncryptionAlgorithm
The cryptographic algorytm used to produce the cyphertext.
See Also