dchest / tweetnacl-js

Port of TweetNaCl cryptographic library to JavaScript
https://tweetnacl.js.org
The Unlicense
1.75k stars 292 forks source link

Expose pack in nacl.lowlevel (resolves #214) #218

Closed CMEONE closed 3 years ago

CMEONE commented 3 years ago

I dedicate any and all copyright interest in this software to the
public domain. I make this dedication for the benefit of the public at
large and to the detriment of my heirs and successors. I intend this
dedication to be an overt act of relinquishment in perpetuity of all
present and future rights to this software under copyright law.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
dchest commented 3 years ago

Thank you for your contribution, however there's no need for a PR for such a small change. I regenerate the minified versions myself anyway for security reasons, and adding a few exported functions is easy for me to do, once the original issue has use case that's not covered by the current API.

CMEONE commented 3 years ago

Alright, that makes sense. It's probably better that you generate the minified versions anyway (as you stated, for security), I understand.