Esempio n. 1
0
 public void Dh(KeyPair keyPair, ReadOnlySpan <byte> publicKey, Span <byte> sharedKey)
 {
     dh.Dh(keyPair, publicKey, sharedKey);
 }
Esempio n. 2
0
 public unsafe void Dh(KeyPair keyPair, ReadOnlySpan <byte> publicKey, byte *sharedKey, int sharedKeyLen)
 {
     dh.Dh(keyPair, publicKey, sharedKey, sharedKeyLen);
 }