Update emscripten symbols

This commit is contained in:
Frank Denis
2026-02-20 23:00:12 +01:00
parent 1cde0d85d9
commit 78c80a9f73
2 changed files with 47 additions and 12 deletions
+45 -10
View File
@@ -173,6 +173,7 @@ _crypto_core_ed25519_nonreducedscalarbytes 0 1
_crypto_core_ed25519_random 0 1
_crypto_core_ed25519_scalar_add 0 1
_crypto_core_ed25519_scalar_complement 0 1
_crypto_core_ed25519_scalar_from_string 0 1
_crypto_core_ed25519_scalar_invert 0 1
_crypto_core_ed25519_scalar_is_canonical 0 1
_crypto_core_ed25519_scalar_mul 0 1
@@ -209,6 +210,7 @@ _crypto_core_ristretto255_nonreducedscalarbytes 0 1
_crypto_core_ristretto255_random 0 1
_crypto_core_ristretto255_scalar_add 0 1
_crypto_core_ristretto255_scalar_complement 0 1
_crypto_core_ristretto255_scalar_from_string 0 1
_crypto_core_ristretto255_scalar_invert 0 1
_crypto_core_ristretto255_scalar_is_canonical 0 1
_crypto_core_ristretto255_scalar_mul 0 1
@@ -272,6 +274,18 @@ _crypto_hash_sha256_final 0 1
_crypto_hash_sha256_init 0 1
_crypto_hash_sha256_statebytes 0 1
_crypto_hash_sha256_update 0 1
_crypto_hash_sha3256 0 1
_crypto_hash_sha3256_bytes 0 1
_crypto_hash_sha3256_init 0 1
_crypto_hash_sha3256_update 0 1
_crypto_hash_sha3256_final 0 1
_crypto_hash_sha3256_statebytes 0 1
_crypto_hash_sha3512 0 1
_crypto_hash_sha3512_bytes 0 1
_crypto_hash_sha3512_init 0 1
_crypto_hash_sha3512_update 0 1
_crypto_hash_sha3512_final 0 1
_crypto_hash_sha3512_statebytes 0 1
_crypto_hash_sha512 0 1
_crypto_hash_sha512_bytes 0 1
_crypto_hash_sha512_final 0 1
@@ -334,16 +348,37 @@ _crypto_kdf_hkdf_sha512_statebytes 1 1
_crypto_kdf_keybytes 1 1
_crypto_kdf_keygen 1 1
_crypto_kdf_primitive 0 1
_crypto_kem_mlkem768_ciphertextbytes 1 1
_crypto_kem_mlkem768_dec 1 1
_crypto_kem_mlkem768_enc 1 1
_crypto_kem_mlkem768_enc_deterministic 1 1
_crypto_kem_mlkem768_keypair 1 1
_crypto_kem_mlkem768_publickeybytes 1 1
_crypto_kem_mlkem768_secretkeybytes 1 1
_crypto_kem_mlkem768_seed_keypair 1 1
_crypto_kem_mlkem768_seedbytes 1 1
_crypto_kem_mlkem768_sharedsecretbytes 1 1
_crypto_kem_ciphertextbytes 1 1
_crypto_kem_dec 1 1
_crypto_kem_enc 1 1
_crypto_kem_enc_deterministic 1 1
_crypto_kem_keypair 1 1
_crypto_kem_primitive 1 1
_crypto_kem_publickeybytes 1 1
_crypto_kem_secretkeybytes 1 1
_crypto_kem_seed_keypair 1 1
_crypto_kem_seedbytes 1 1
_crypto_kem_sharedsecretbytes 1 1
_crypto_kem_mlkem768_ciphertextbytes 1 0
_crypto_kem_mlkem768_dec 1 0
_crypto_kem_mlkem768_enc 1 0
_crypto_kem_mlkem768_enc_deterministic 1 0
_crypto_kem_mlkem768_keypair 1 0
_crypto_kem_mlkem768_publickeybytes 1 0
_crypto_kem_mlkem768_secretkeybytes 1 0
_crypto_kem_mlkem768_seed_keypair 1 0
_crypto_kem_mlkem768_seedbytes 1 0
_crypto_kem_mlkem768_sharedsecretbytes 1 0
_crypto_kem_xwing_ciphertextbytes 1 0
_crypto_kem_xwing_dec 1 0
_crypto_kem_xwing_enc 1 0
_crypto_kem_xwing_enc_deterministic 1 0
_crypto_kem_xwing_keypair 1 0
_crypto_kem_xwing_publickeybytes 1 0
_crypto_kem_xwing_secretkeybytes 1 0
_crypto_kem_xwing_seed_keypair 1 0
_crypto_kem_xwing_seedbytes 1 0
_crypto_kem_xwing_sharedsecretbytes 1 0
_crypto_kx_client_session_keys 1 1
_crypto_kx_keypair 1 1
_crypto_kx_primitive 0 1
File diff suppressed because one or more lines are too long