Applies the Salsa20 hash function.
It maps a 16 element input to an output of the same size.
Namespace: CryptSharp.UtilityAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
Parameters
- rounds
- Type: System Int32
The number of rounds. SCrypt uses 8.
- input
- Type: System UInt32
The input buffer.
- inputOffset
- Type: System Int32
The offset into the input buffer.
- output
- Type: System UInt32
The output buffer.
- outputOffset
- Type: System Int32
The offset into the output buffer.
See Also