<PackageReference Include="BouncyCastle.Cryptography" Version="2.0.0" />

Blake2xsDigest

public sealed class Blake2xsDigest : IXof, IDigest
public const int UnknownDigestLength = 65535

public string AlgorithmName { get; }

public Blake2xsDigest()

public Blake2xsDigest(int digestBytes)

public Blake2xsDigest(int digestBytes, byte[] key)

public Blake2xsDigest(int digestBytes, byte[] key, byte[] salt, byte[] personalization)

public void BlockUpdate(byte[] input, int inOff, int inLen)

public int DoFinal(byte[] output, int outOff)

public int GetByteLength()

public int GetDigestSize()

public long GetUnknownMaxLength()

public int Output(byte[] output, int outOff, int outLen)

public int OutputFinal(byte[] output, int outOff, int outLen)

public void Reset()

public void Update(byte b)