示例#1
0
 public KeyPair(BigInteger priv) :
     this(priv, KeyGenerator.ComputePublicKey(priv))
 {
 }
示例#2
0
 public IKeyPair KeyPair(int pairIndex)
 {
     return(KeyGenerator.From128Seed(_seedBytes, pairIndex));
 }