Exemple #1
0
 public KeyPair GenerateKeyPair(ReadOnlySpan <byte> privateKey)
 {
     return(dh.GenerateKeyPair(privateKey));
 }