Go to file
Paul Barker e20291d78e Add crypt_generichash_blake2b_statebytes function
The function crypto_generichash_statebytes exists to dynamically determine the
size of a crypto_generichash_state struct. This is useful when using libsodium
from a language which can't use sizeof on C types. However, no equivalent
existed for the crypto_generichash_blake2b_state struct for users who want to
explicitly use the blake2b algorithm.

The function crypt_generichash_blake2b_statebytes is added to fill this gap.
2016-01-16 17:25:14 +00:00
builds
dist-build
examples
m4
msvc-scripts
packaging/nuget
src
test
.gitignore
.travis.yml
AUTHORS
autogen.sh
ChangeLog
configure.ac
libsodium-uninstalled.pc.in
libsodium.pc.in
libsodium.sln
libsodium.vcxproj
libsodium.vcxproj.filters
LICENSE
logo.png
Makefile.am
README
README.markdown
THANKS

See README.markdown