Can I use the Argon2 lib (compiled from C) in my add-on?

Hi everyone,

We would like to support Argon2 as hashing function in our add-on. However, the js library is compiled directly from C which results in a not so readable js file.
Additionally, we’ll need to alter the original js file to add export instructions in it.
What do you think? If we include this lib, will it pass the review process?

Thanks in advance for your feedbacks.

Hi,

I’m a reviewer for AMO.

Only release versions of third-party libraries and/or frameworks may be included with an add-on. Modifications to these libraries/frameworks are not permitted.

You can read our policies at https://developer.mozilla.org/en-US/Add-ons/AMO/Policy/Reviews

Thanks!

Thanks for the quick response!

1 Like