-
-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Numbers design decision #94
Comments
Node.js LTS has added BigInts [1], they are seeing some usage in Handshake [2]. Might be useful for the BLS Signatures [1] https://developers.google.com/web/updates/2018/05/bigint |
@tynes
|
Thanks for sharing all of this! We have a bunch of good JS tools over here at bcoin/handshake and I'm rooting for y'all and looking for ways to collaborate when it makes sense |
As per our discussion on 08/02/19 with @JonathanLorimer @wemeetagain @GregTheGreek @ansermino
We have decided to temporarily take focus off of fixed-size-number-ts and explore using big numbers.
We could utilize javascript
number
api for everything under2**53 - 1
(i.e uint8, uint16, ....).Any notes I missed please add them.
The text was updated successfully, but these errors were encountered: