wasm provided by the hacl-package repo with this script.
In both cases I'm running into the same issue. Once HaclWasm is initialized, Evercrpy_AEAD is not present in the module list.
These are the modules I got:
These modules seem to match with Portable C (HACL*) in this list.
I could make Chacha20Poly1305 work from Hacl.Chacha20Poly1305 (not Evercrypt_AEAD) . I also noticed that Evercrypt_hash is present and ready to use in HaclWasm. But there is nothing related to Evercrypt_AEAD.
I'm trying to use AESGCM from the HACL-Package (EverCrypt). I tried to load the wasm from:
In both cases I'm running into the same issue. Once
HaclWasm
is initialized,Evercrpy_AEAD
is not present in the module list. These are the modules I got:These modules seem to match with
Portable C (HACL*)
in this list.My initializer script is:
I could make
Chacha20Poly1305
work fromHacl.Chacha20Poly1305
(not Evercrypt_AEAD) . I also noticed that Evercrypt_hash is present and ready to use inHaclWasm
. But there is nothing related to Evercrypt_AEAD.Aren't AESGCM available for browser?