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

Add support for large messages #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add support for large messages #9

wants to merge 1 commit into from

Commits on Aug 24, 2015

  1. Add support for large messages

    Rather than having to verify a whole memory buffer in one go, allow chunks of
    memory to be processed using begin, update and end verify functions. The begin
    function starts a new verify process, returning an opaque context handle. The
    update function can then be called multiple times with this context and blocks
    of memory to process memory in chuncks. Finally the end function is called with
    the context to end the verify process and get the result.
    evilrix committed Aug 24, 2015
    Configuration menu
    Copy the full SHA
    5931662 View commit details
    Browse the repository at this point in the history