mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
8eea4a3f74e271e88dff53dd3129bfa8b64e7b54
Wrappers for other languages can't access constants defined by C preprocessor macros, so they must be exposed as functions. This was already done for the "default" implementation of each operation, but this commit adds functions for (almost) all of the underlying primitives. A few are currently excluded due to problems with the automated script used to generated this commit. They are: * crypto_onetimeauth_poly1305 * crypto_generichash_blake2b * crypto_verify16 * crypto_verify32
See README.markdown
Languages
C
93%
Shell
1.8%
M4
1.5%
Zig
1.3%
Assembly
1.1%
Other
1.2%