jedisct1 / libsodium.js

libsodium compiled to Webassembly and pure JavaScript, with convenient wrappers.
Other
968 stars 138 forks source link

Some constants have negative values when printed #305

Open Jack-Edwards opened 1 year ago

Jack-Edwards commented 1 year ago

Many of the *_MAX constants defined in constants.json have negative values when printed in the browser using console.log(sodium). Is this of any concern?