Sunny Gonnabathula

Results 26 issues of Sunny Gonnabathula

Pretty self-explanatory; my use-case benefits from parsing the header of WKBs and EWKBs for the geometry's metadata before parsing the rest, so a minor refactor and making this type public...

Not really an issue to submit, but what is the current functionality of the project?

In reference to #10 and #11, this restores the observer methods `added`, `changed` and `removed` to the `observer` object and calls them when handling their corresponding DDP messages. This also...

TODO: - refactor to use TypedArrays and buffers instead of Arrays of strings - add a build process to produce a standalone file Then deploy to NPM for public (experimental)...

enhancement

The [CMSS paper](https://eprint.iacr.org/2006/320.pdf) outlines an approach to use a "PRNG with a seed value to generate the private keys of the one-time signatures. As a result, just the seed of...

enhancement
performance

This [paper](https://www.dropbox.com/s/z2o891bhlzhy0ba/2007%20-%20Merkle%20Signatures%20with%20Virtually%20Unlimited%20Signature%20Capacity.pdf?dl=0) outlines an approach of enhancing CMSS to reduce signing time by "distributing the costs for one signature generation across several previous signatures and the key generation" which makes...

enhancement
performance

this will allow us to: - use node's Crypto library as the sole dependency and have them automatically included when you build the file for the browser - use the...

enhancement