Class Crc32Computer_ARM64
Inheritance
Crc32Computer_ARM64
Assembly: ZoneTree.dll
Syntax
public sealed class Crc32Computer_ARM64
Properties
|
Improve this Doc
View Source
IsSupported
Declaration
public static bool IsSupported { get; }
Property Value
Methods
|
Improve this Doc
View Source
Compute(uint, int)
Declaration
public static uint Compute(uint crc, int data)
Parameters
Type |
Name |
Description |
uint |
crc |
|
int |
data |
|
Returns
|
Improve this Doc
View Source
Compute(uint, Span<byte>)
Declaration
public static uint Compute(uint crc, Span<byte> data)
Parameters
Returns
|
Improve this Doc
View Source
Compute(uint, uint)
Declaration
public static uint Compute(uint crc, uint data)
Parameters
Type |
Name |
Description |
uint |
crc |
|
uint |
data |
|
Returns
|
Improve this Doc
View Source
Compute(uint, ulong)
Declaration
public static uint Compute(uint crc, ulong data)
Parameters
Returns