Method | Description | |
---|---|---|
DecodeAndValidateUserInput ( string userInput, |
Decodes user input as either the hexadecimal or PGP word list encoding of a seed and validates the seed length.
|
|
EncodeWordList ( |
||
GenerateRandomSeed ( ) : byte[] |
Method | Description | |
---|---|---|
DecodeUserInput ( string userInput, |
public static DecodeAndValidateUserInput ( string userInput, |
||
userInput | string | |
pgpWordList | ||
return | byte[] |
public static EncodeWordList ( |
||
pgpWordList | ||
seed | byte | |
return | string[] |
public static GenerateRandomSeed ( ) : byte[] | ||
return | byte[] |