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
Attributes have been added to the relevant crypto_generichash functions. nothrow @nogc was already present everywhere, but @safe wrappers were added,
and pure to all function but the key generation one.