Class Crc24
- Namespace
- Org.BouncyCastle.Bcpg
- Assembly
- BouncyCastle.Cryptography.dll
public sealed class Crc24
- Inheritance
-
Crc24
- Inherited Members
Constructors
Crc24()
public Crc24()
Properties
Value
public int Value { get; }
Property Value
Methods
Reset()
public void Reset()
Update(byte)
public void Update(byte b)
Parameters
bbyte
Update3(byte[], int)
public void Update3(byte[] buf, int off)