Salmon
Loading...
Searching...
No Matches
Mku.Salmon.Transform Namespace Reference

Classes

interface  ISalmonCTRTransformer
 Contract for the encryption/decryption transformers. Note that Counter mode needs to be supported. More...
 
class  SalmonAES256CTRTransformer
 Abstract class for AES256 transformer implementations. More...
 
class  SalmonAesIntrTransformer
 Salmon AES transformer implemented with AES intrinsics. More...
 
class  SalmonDefaultTransformer
 Salmon AES transformer based on c# System.Security.Cryptography. More...
 
class  SalmonNativeTransformer
 Generic Native AES transformer. Extend this with your specific native transformer. More...
 
class  SalmonTransformerFactory
 Creates an AES transformer object. More...
 
class  TinyAesTransformer
 Salmon AES transformer implemented with TinyAES backend. More...