Skip to content

Commit

Permalink
Merge branch 'stable' of github.com:jedisct1/libsodium into stable
Browse files Browse the repository at this point in the history
* 'stable' of github.com:jedisct1/libsodium:
  Export _crypto_aead_aes256gcm_is_available to JavaScript
  • Loading branch information
jedisct1 committed Jul 11, 2024
2 parents 8b6f31f + ca638e8 commit 48e78c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist-build/emscripten-symbols.def
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 48e78c8

Please sign in to comment.