Function dryoc::classic::crypto_box::crypto_box_beforenm
source · Expand description
Computes a shared secret for the given public_key
and private_key
.
Resulting shared secret can be used with the precalculation interface.
Compatible with libsodium’s crypto_box_beforenm
.