Images 💾

Last commit ⭐

commit c4bad2186fcfe24ca47eb92c80ac2c07d0d11575
Author:     Nico Weber <thakis@chromium.org>
AuthorDate: Mon Jul 17 20:39:55 2023 -0400
Commit:     Linus Groh <mail@linusgroh.de>
CommitDate: Wed Jul 19 21:26:55 2023 +0100

    LibPDF: Implement 7.6.4.3.4 Algorithm 2.B: Computing a hash
    
    This is a step towards AESV3 support for PDF files.
    
    The straight-forward way of writing this with our APIs is pretty
    allocation-heavy, but this code won't run all that often for the
    regular "open PDF, check password" flow.