libsodium-net icon indicating copy to clipboard operation
libsodium-net copied to clipboard

Precalculated shared key

Open stanhebben opened this issue 6 years ago • 0 comments

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.

stanhebben avatar Jan 22 '19 10:01 stanhebben