C# (CSharp) Metropass.Core.PCL.Cipher Namespace

Classes

Name Description
CryptoRandomStream A random stream class. The class is initialized using random bytes provided by the caller. The produced stream has random properties, but for the same seed always the same stream is produced, i.e. this class can be used as stream cipher.
Salsa20Cipher