Skip to content

Commit

Permalink
Emscripten: export crypto_aead_aegis* in standard builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Mar 24, 2024
1 parent f7e3c6d commit bf4fb64
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions dist-build/emscripten-symbols.def
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
_crypto_aead_aegis128l_abytes 0 1
_crypto_aead_aegis128l_decrypt 0 1
_crypto_aead_aegis128l_decrypt_detached 0 1
_crypto_aead_aegis128l_encrypt 0 1
_crypto_aead_aegis128l_encrypt_detached 0 1
_crypto_aead_aegis128l_keybytes 0 1
_crypto_aead_aegis128l_keygen 0 1
_crypto_aead_aegis128l_messagebytes_max 0 1
_crypto_aead_aegis128l_npubbytes 0 1
_crypto_aead_aegis128l_nsecbytes 0 1
_crypto_aead_aegis256_abytes 0 1
_crypto_aead_aegis256_decrypt 0 1
_crypto_aead_aegis256_decrypt_detached 0 1
_crypto_aead_aegis256_encrypt 0 1
_crypto_aead_aegis256_encrypt_detached 0 1
_crypto_aead_aegis256_keybytes 0 1
_crypto_aead_aegis256_keygen 0 1
_crypto_aead_aegis256_messagebytes_max 0 1
_crypto_aead_aegis256_npubbytes 0 1
_crypto_aead_aegis256_nsecbytes 0 1
_crypto_aead_aegis128l_abytes 1 1
_crypto_aead_aegis128l_decrypt 1 1
_crypto_aead_aegis128l_decrypt_detached 1 1
_crypto_aead_aegis128l_encrypt 1 1
_crypto_aead_aegis128l_encrypt_detached 1 1
_crypto_aead_aegis128l_keybytes 1 1
_crypto_aead_aegis128l_keygen 1 1
_crypto_aead_aegis128l_messagebytes_max 1 1
_crypto_aead_aegis128l_npubbytes 1 1
_crypto_aead_aegis128l_nsecbytes 1 1
_crypto_aead_aegis256_abytes 1 1
_crypto_aead_aegis256_decrypt 1 1
_crypto_aead_aegis256_decrypt_detached 1 1
_crypto_aead_aegis256_encrypt 1 1
_crypto_aead_aegis256_encrypt_detached 1 1
_crypto_aead_aegis256_keybytes 1 1
_crypto_aead_aegis256_keygen 1 1
_crypto_aead_aegis256_messagebytes_max 1 1
_crypto_aead_aegis256_npubbytes 1 1
_crypto_aead_aegis256_nsecbytes 1 1
_crypto_aead_aes256gcm_abytes 0 0
_crypto_aead_aes256gcm_beforenm 0 0
_crypto_aead_aes256gcm_decrypt 0 0
Expand Down
Loading

0 comments on commit bf4fb64

Please sign in to comment.