Skip to content

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

@memcorrupt

Description

@memcorrupt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions