CipherInfo public class CipherInfo Documentation Code public Func<byte[], byte[], Cipher> Cipher { get; } public bool IsAead { get; } public int KeySize { get; } public CipherInfo(int keySize, Func<byte[], byte[], Cipher> cipher, bool isAead = false)