libsodium-net
libsodium-net copied to clipboard
Precalculated shared key
Is the shared key precalculation interface available in Libsodium-Net?
This comprises the following methods:
- crypto_box_beforenm
- crypto_box_easy_afternm
- crypto_box_open_easy_afternm
This helps to improve performance if the same public and private key combination is regularly used for encryption and decryption.