This is the complete list of members for NdsForge.NdsModcrypt, including all inherited members.
| BlockSize | NdsForge.NdsModcrypt | static |
| Transform(ReadOnlySpan< byte > data, NdsModcryptContext context, NdsModcryptArea area, long byteOffset=0) | NdsForge.NdsModcrypt | inlinestatic |
| Transform(ReadOnlySpan< byte > data, ReadOnlySpan< byte > key, ReadOnlySpan< byte > initialCounter, long byteOffset=0) | NdsForge.NdsModcrypt | inlinestatic |
| TransformAsync(Stream source, Stream destination, long length, NdsModcryptContext context, NdsModcryptArea area, long byteOffset=0, CancellationToken cancellationToken=default) | NdsForge.NdsModcrypt | inlinestatic |
| TransformAsync(Stream source, Stream destination, long length, ReadOnlyMemory< byte > key, ReadOnlyMemory< byte > initialCounter, long byteOffset=0, CancellationToken cancellationToken=default) | NdsForge.NdsModcrypt | inlinestatic |