Encode() public method

Create the PGP word list encoding of a byte stream.
The value argument is null
public Encode ( byte value ) : string[]
value byte The byte stream to encode
return string[]
Esempio n. 1
0
 public static string[] EncodeWordList(PgpWordList pgpWordList, byte[] seed) => pgpWordList.Encode(seed);
Esempio n. 2
0
 public static string[] EncodeWordList(PgpWordList pgpWordList, byte[] seed) => pgpWordList.Encode(seed);