Add missing symbols to emscripten-symbols.def , sort

This commit is contained in:
Frank Denis 2017-11-15 23:31:01 +01:00
parent 509f934476
commit c2a16ea77d
2 changed files with 5 additions and 3 deletions

View File

@ -143,10 +143,12 @@ _crypto_box_secretkeybytes 1 1
_crypto_box_seed_keypair 1 1 _crypto_box_seed_keypair 1 1
_crypto_box_seedbytes 1 1 _crypto_box_seedbytes 1 1
_crypto_box_zerobytes 0 1 _crypto_box_zerobytes 0 1
_crypto_core_ed25519_from_uniform 0 1
_crypto_core_ed25519_add 0 1 _crypto_core_ed25519_add 0 1
_crypto_core_ed25519_sub 0 1 _crypto_core_ed25519_bytes 0 1
_crypto_core_ed25519_from_uniform 0 1
_crypto_core_ed25519_is_valid_point 0 1 _crypto_core_ed25519_is_valid_point 0 1
_crypto_core_ed25519_sub 0 1
_crypto_core_ed25519_uniformbytes 0 1
_crypto_core_hchacha20 1 1 _crypto_core_hchacha20 1 1
_crypto_core_hchacha20_constbytes 1 1 _crypto_core_hchacha20_constbytes 1 1
_crypto_core_hchacha20_inputbytes 1 1 _crypto_core_hchacha20_inputbytes 1 1

File diff suppressed because one or more lines are too long