Scrypt key derivation function
Execute the scrypt algorithm
| Parameters: |
|
|---|---|
| Return type: | string |
scryptROMix
| Parameters: |
|
|---|---|
| Return type: | string |
| See : |
scryptBlockMix
| Parameters: |
|
|---|---|
| Return type: | string |
| See : |
Salsa 20/8 core (32 bit version)
| Parameters: | string – |
|---|---|
| Return type: | string |
| See : | |
| See : |
Salsa 20/8 core (64 bit version)
| Parameters: | string – |
|---|---|
| Return type: | string |
| See : | |
| See : |
Integerify
Integerify (B[0] ... B[2 * r - 1]) is defined as the result of interpreting B[2 * r - 1] as a little-endian integer. Each block B is a string of 64 bytes.
| Parameters: | string – |
|---|---|
| Return type: | integer |
| See : |
Convert hex string in a binary string
| Parameters: | string – |
|---|---|
| Return type: | string |