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
  • libtests
  • sha2.cc
03 May, 2022
1 commit
  • Spell check with newer cSpell
    d55c7ac5
    Jay Berkenbilt authored
    2022-05-03 18:31:22 -0400  
    Browse File »

04 Apr, 2022
1 commit
  • Programmatically apply new formatting to code ...
    12f1eb15
    Run this:
    
    for i in  **/*.cc **/*.c **/*.h **/*.hh; do
      clang-format < $i >| $i.new && mv $i.new $i
    done
    Jay Berkenbilt authored
    2022-04-04 08:10:40 -0400  
    Browse File »

04 Mar, 2013
1 commit
  • Remove all old-style casts from C++ code
    30027481
    Jay Berkenbilt authored
    2013-03-04 16:45:16 -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 »