You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use crypto_* functions from libsodium, and its #defines directly in various places. We should instead wrap all libsodium functions and expose names that make sense in the context we use them in. E.g. it's not obvious that scalarmult_base is a function for computing the public key from a secret key.
The text was updated successfully, but these errors were encountered:
Currently we use
crypto_*
functions from libsodium, and its#define
s directly in various places. We should instead wrap all libsodium functions and expose names that make sense in the context we use them in. E.g. it's not obvious thatscalarmult_base
is a function for computing the public key from a secret key.The text was updated successfully, but these errors were encountered: