Performs DES function.
Namespace: Renci.SshNet.Security.Cryptography.CiphersAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- wKey
- Type:
System Int32
The w key.
- input
- Type:
System Byte
The input.
- inOff
- Type:
System Int32
The in off.
- outBytes
- Type:
System Byte
The out bytes.
- outOff
- Type:
System Int32
The out off.
See Also