Table of Contents

Class CrtCrc32c

Namespace
Amazon.Runtime.Internal.Util
Assembly
AWSSDK.Core.dll

Implementation of CRC32C, using the SDK-wide instance of AWS Common Runtime's checksums

public class CrtCrc32c : HashAlgorithm, ICryptoTransform, IDisposable
Inheritance
CrtCrc32c
Implements
Inherited Members

Constructors

CrtCrc32c()

public CrtCrc32c()

Methods

HashCore(byte[], int, int)

protected override void HashCore(byte[] array, int ibStart, int cbSize)

Parameters

array byte[]
ibStart int
cbSize int

HashFinal()

protected override byte[] HashFinal()

Returns

byte[]

Initialize()

public override void Initialize()