Logo white

OpenSystemsDevelopment / qpdf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 4,691
  • Compare
  • Branches 1
  • Tags 0
  • qpdf
  • libqpdf
  • Pl_SHA2.cc
04 Feb, 2022
1 commit
  • Add a blank line after the first header included in each source
    2229e37e
    Jay Berkenbilt authored
    2022-02-04 16:31:31 -0500  
    Browse File »

09 Nov, 2019
2 commits
  • SHA2: switch to pluggable crypto
    bb427bd1
    Jay Berkenbilt authored
    2019-11-09 08:18:02 -0500  
    Browse File »
  • Rename SHA2 implementation (non-bisectable)
    eadc222f
    Jay Berkenbilt authored
    2019-11-09 08:18:02 -0500  
    Browse Dir »

04 Mar, 2013
2 commits
  • Remove all old-style casts from C++ code
    30027481
    Jay Berkenbilt authored
    2013-03-04 16:45:16 -0500  
    Browse File »
  • Replace many calls to sprintf with QUtil::hex_encode ...
    32b62035
    Add QUtil::hex_encode to encode binary data has a hexadecimal string,
    and use it in place of sprintf where possible.
    Jay Berkenbilt authored
    2013-03-04 16:45:15 -0500  
    Browse File »

31 Dec, 2012
1 commit
  • SHA2 pipeline with support for 256, 384, and 512 bits ...
    0873e423
    Implemented pipeline around sph sha calls using standard test vectors
    for full-byte values.  Did not test or support partial byte values.
    Jay Berkenbilt authored
    2012-12-31 05:36:51 -0500  
    Browse File »