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
Hi, I was following the instructions to get started with x25519-dalek and noticed that certain methods, such as EphemeralSecret::random, were unavailable. After some research, I found that the feature flag getrandom needs to be included to access them.
I think it could be helpful to mention this somewhere in the tutorial to avoid confusion among new users.
The text was updated successfully, but these errors were encountered:
Hi, I was following the instructions to get started with x25519-dalek and noticed that certain methods, such as
EphemeralSecret::random
, were unavailable. After some research, I found that the feature flaggetrandom
needs to be included to access them.I think it could be helpful to mention this somewhere in the tutorial to avoid confusion among new users.
The text was updated successfully, but these errors were encountered: