CRC 32 calculation class.
Inheritance Hierarchy
Namespace:
Guardtime.KSI.Utils
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic static class Crc32
Public NotInheritable Class Crc32
public ref class Crc32 abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Crc32 = class end
The Crc32 type exposes the following members.
Methods
| Name | Description |
---|
  | Calculate |
Calculate crc32 from data bytes.
|
Top
See Also