SparkleEngine public sealed class SparkleEngine : IAeadCipher Sparkle v1.2, based on the current round 3 submission, https://sparkle-lwc.github.io/ . Documentation Code public enum SparkleParameters public string AlgorithmName { get; } public SparkleEngine(SparkleParameters sparkleParameters) public int DoFinal(byte[] outBytes, int outOff) public int GetIVBytesSize() public int GetKeyBytesSize() public byte[] GetMac() public int GetOutputSize(int len) public int GetUpdateOutputSize(int len) public void Init(bool forEncryption, ICipherParameters parameters) public void ProcessAadByte(byte input) public void ProcessAadBytes(byte[] inBytes, int inOff, int len) public int ProcessByte(byte input, byte[] outBytes, int outOff) public int ProcessBytes(byte[] inBytes, int inOff, int len, byte[] outBytes, int outOff) public void Reset()