Skip to content
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

Implement .update() and .digest() flow #4

Open
memcorrupt opened this issue Aug 16, 2024 · 0 comments
Open

Implement .update() and .digest() flow #4

memcorrupt opened this issue Aug 16, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@memcorrupt
Copy link
Owner

memcorrupt commented Aug 16, 2024

Implement the specification similar to these below functions to allow new data to be continually streamed to the hashing function.

https://nodejs.org/api/crypto.html#cipherupdatedata-inputencoding-outputencoding
https://nodejs.org/api/crypto.html#cipherfinaloutputencoding

Relevant fuzzy.c functions:

  • fuzzy_new (needs to be disposed with fuzzy_free)
  • fuzzy_update
  • fuzzy_digest
@memcorrupt memcorrupt added help wanted Extra attention is needed enhancement New feature or request labels Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant