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[]
コード例 #1
0
ファイル: WalletSeed.cs プロジェクト: w1r2p1/Paymetheus
 public static string[] EncodeWordList(PgpWordList pgpWordList, byte[] seed) => pgpWordList.Encode(seed);
コード例 #2
0
ファイル: WalletSeed.cs プロジェクト: btcsuite/Paymetheus
 public static string[] EncodeWordList(PgpWordList pgpWordList, byte[] seed) => pgpWordList.Encode(seed);