1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 10:05:05 -07:00

Merge branch 'master' of github.com:jedisct1/libsodium

* 'master' of github.com:jedisct1/libsodium:
  Regen dist-build/emscripten.sh
This commit is contained in:
Frank Denis 2024-07-11 09:23:03 +02:00
commit 563ec3d3e5
2 changed files with 23 additions and 3 deletions

View File

@ -28,7 +28,7 @@ _crypto_aead_aes256gcm_encrypt 0 0
_crypto_aead_aes256gcm_encrypt_afternm 0 0
_crypto_aead_aes256gcm_encrypt_detached 0 0
_crypto_aead_aes256gcm_encrypt_detached_afternm 0 0
_crypto_aead_aes256gcm_is_available 0 0
_crypto_aead_aes256gcm_is_available 1 1
_crypto_aead_aes256gcm_keybytes 0 0
_crypto_aead_aes256gcm_keygen 0 0
_crypto_aead_aes256gcm_messagebytes_max 0 0
@ -597,6 +597,26 @@ _crypto_verify_32 0 1
_crypto_verify_32_bytes 0 1
_crypto_verify_64 0 1
_crypto_verify_64_bytes 0 1
_crypto_vrf_keypair 1 1
_crypto_vrf_outputbytes 1 1
_crypto_vrf_primitive 1 1
_crypto_vrf_proof_to_hash 1 1
_crypto_vrf_prove 1 1
_crypto_vrf_publickeybytes 1 1
_crypto_vrf_secretkeybytes 1 1
_crypto_vrf_seed_keypair 1 1
_crypto_vrf_seedbytes 1 1
_crypto_vrf_verify 1 1
_crypto_vrf_rfc9381_bytes 0 0
_crypto_vrf_rfc9381_keypair 0 0
_crypto_vrf_rfc9381_outputbytes 0 0
_crypto_vrf_rfc9381_proof_to_hash 0 0
_crypto_vrf_rfc9381_prove 0 0
_crypto_vrf_rfc9381_publickeybytes 0 0
_crypto_vrf_rfc9381_secretkeybytes 0 0
_crypto_vrf_rfc9381_seed_keypair 0 0
_crypto_vrf_rfc9381_seedbytes 0 0
_crypto_vrf_rfc9381_verify 0 0
_randombytes 1 1
_randombytes_buf 1 1
_randombytes_buf_deterministic 1 1

File diff suppressed because one or more lines are too long