Class SCrypt
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Generators
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class SCrypt
- Inheritance
-
SCrypt
- Inherited Members
Constructors
SCrypt()
public SCrypt()
Methods
Generate(byte[], byte[], int, int, int, int)
public static byte[] Generate(byte[] P, byte[] S, int N, int r, int p, int dkLen)
Parameters
Returns
- byte[]