Table of Contents

Method ReadDecrypted

Namespace
LMKit.Cryptography
Assembly
LM-Kit.NET.dll

ReadDecrypted(long, Span<byte>)

Read decrypted plaintext bytes into destination.

public void ReadDecrypted(long plaintextOffset, Span<byte> destination)

Parameters

plaintextOffset long
destination Span<byte>
Share