C# Class Org.BouncyCastle.Crypto.Generators.SCrypt

显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Generate ( byte P, byte S, int N, int r, int p, int dkLen ) : byte[]

Private Methods

Method Description
BlockMix ( uint B, uint X1, uint X2, uint Y, int r ) : void
Clear ( Array array ) : void
ClearAll ( ) : void
MFcrypt ( byte P, byte S, int N, int r, int p, int dkLen ) : byte[]
SMix ( uint B, int BOff, int N, int r ) : void
SingleIterationPBKDF2 ( byte P, byte S, int dkLen ) : byte[]
Xor ( uint a, uint b, int bOff, uint output ) : void

Method Details

Generate() public static method

public static Generate ( byte P, byte S, int N, int r, int p, int dkLen ) : byte[]
P byte
S byte
N int
r int
p int
dkLen int
return byte[]