-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.PKI.SharedSecret
Andrew Lambert edited this page Nov 26, 2022
·
12 revisions
Protected Class SharedSecret
This class contains a curve25519 shared key derived from one user's public key and the other user's private key using X25519, a state-of-the-art Elliptic Curve Diffie-Hellman (ECDH) function.
To derive a shared key pass the public key of one user and the private key of the other user to the Constructor method.
- DecryptData method
- EncryptionKey class
- EncryptData method
- SecretStream class
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.