Property | Type | Description |
---|
Method | Description | |
---|---|---|
SetChunkChecksum ( byte ephemeralKey, int chunkChecksumLength ) : void |
Sets the chunk checksum.
|
|
ValidateChunkChecksum ( byte ephemeralKey, int chunkChecksumLength ) : void |
Validates the chunk checksum.
|
public SetChunkChecksum ( byte ephemeralKey, int chunkChecksumLength ) : void | ||
ephemeralKey | byte | A 64 byte key. |
chunkChecksumLength | int | The length of the checksum. |
return | void |
public ValidateChunkChecksum ( byte ephemeralKey, int chunkChecksumLength ) : void | ||
ephemeralKey | byte | A 64 byte key. |
chunkChecksumLength | int | The length of the checksum. |
return | void |