Skip to content

v0.2.0: Generic hash now exposes a safe / pure interface

Latest
Compare
Choose a tag to compare
@Geod24 Geod24 released this 16 Jun 08:53
· 1 commit to upstream-1.0.18 since this release

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.